Subject: | Gitalist::Git::Repository shouldn't build attributes by default |
Since the list of repositories is initialized for each request, having
the owner, description and last modification in BUILD means that this is
evaluated for all repositories every request, which is unecessary and
provides a huge performance impact.
I have simply removed the BUILD method locally and everything runs much
better.