Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all the links throw an exception on the repository page #2

Open
rsdy opened this issue Apr 16, 2012 · 1 comment
Open

all the links throw an exception on the repository page #2

rsdy opened this issue Apr 16, 2012 · 1 comment

Comments

@rsdy
Copy link

rsdy commented Apr 16, 2012

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'

@Nucc
Copy link
Owner

Nucc commented Apr 16, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants