ActionController::RoutingError (No route matches {:controller=>"users", :action=>"show", :username=>nil}):
Created by: buh-rabbit
I get the following error:
ActionController::RoutingError (No route matches {:controller=>"users", :action=>"show", :username=>nil}):
app/helpers/events_helper.rb:6:in link_to_author' app/views/events/event/_note.html.haml:2:in
_app_views_events_event__note_html_haml__631284749464040337_17253768540'
app/views/events/_event.html.haml:12:in _app_views_events__event_html_haml__324368459914979753_17253506540' app/views/dashboard/show.js.haml:2:in
_app_views_dashboard_show_js_haml___1740372430569068073_17253280520'
app/controllers/dashboard_controller.rb:20:in `show'
I try to run bundle exec rake gitlab:enable_namespaces RAILS_ENV=production but i get another error:
Generate usernames for users without one
Done
Create directories for groups
Done
Move projects in groups into respective directories ... development / myproject ... already at /home/git/repositories/development/myproject.git
Done Rebuild Gitolite ... rake aborted! uninitialized constant Gitlab::Gitolite /usr/home/git/gitlab/lib/tasks/gitlab/enable_namespaces.rake:11:in `block (2 levels) in <top (required)>' Tasks: TOP => gitlab:enable_namespaces (See full trace by running task with --trace)
I'm using: ruby 1.9.3p385 git commit ab191963