Current master is not working?
Created by: hiroponz
I want to test current master, but is not working(ActionController::RoutingError is occured).
My step for testing:
- Backup production database.
- Restore production database on development database.
- Checkout current master.
- bundle exec rake db:migrate
- bundle exec rails s
- Show some project, and error is occured.
Error info:
ActionController::RoutingError at /gitlab
No route matches {:controller=>"users", :action=>"show", :username=>nil}