You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fresh install in ubuntu precise chroot accoring to the readme, checked out the check.it source code to repositories directory and started the development server.
i created a user and inside the check.it project selected the master branch. all the links on patches page throw the following error:
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
I fixed the issue. The problem was I integrated some parts of the reaction handler that I didn't want. :)
The problem occurred when you cloned the repository but didn't update the database (updater script add some additional information to database that was missed). I will add a feature to solve this issue with a page for repository registration and then it will index the contained commits just after adding.
fresh install in ubuntu precise chroot accoring to the readme, checked out the check.it source code to repositories directory and started the development server.
i created a user and inside the check.it project selected the master branch. all the links on patches page throw the following error:
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
app/controllers/patches_controller.rb:27:in `show'
The text was updated successfully, but these errors were encountered: