404 after upgrade to 5.0 from 4.0 -> 4.1 -> 4.2
Created by: noose
Hi, I have 2 problems with newest "stable" gitlab version.
- username field in users table is empty (after UPDATE users SET username = email is ok ;-))
- There is 404 on /admin page.
==> log/production.log <==
Started GET "/admin" for 127.0.0.1 at 2013-04-16 13:45:44 +0200
Processing by Admin::DashboardController#index as HTML
Rendered admin/dashboard/index.html.haml within layouts/admin (17.3ms)
Completed 500 Internal Server Error in 22ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"admin/users", :id=>#<User id: 44, email: "[email protected]", encrypted_password: "$2a$10$mclTxp.MWSYEiMXmMmB/dec/eSTWHo8Tim.eMNuNZZZV...", reset_password_token: nil, reset_password_sent_at: nil, remember_created_at: nil, sign_in_count: 1, current_sign_in_at: "2012-11-29 08:21:17", last_sign_in_at: "2012-11-29 08:21:17", current_sign_in_ip: "127.0.0.1", last_sign_in_ip: "127.0.0.1", created_at: "2012-11-29 08:12:43", updated_at: "2012-11-29 08:21:17", name: "User Name", admin: false, projects_limit: 10, skype: "", linkedin: "", twitter: "", authentication_token: "V5xVVF8bs4qxu8CGxJdm", theme_id: 1, bio: nil, failed_attempts: 0, locked_at: nil, extern_uid: nil, provider: nil, username: "[email protected]", can_create_group: true, can_create_team: true, state: "active", color_scheme_id: 1>}):
app/views/admin/dashboard/index.html.haml:43:in `block in _app_views_admin_dashboard_index_html_haml__2500361518835171276_39665320'
app/views/admin/dashboard/index.html.haml:41:in `_app_views_admin_dashboard_index_html_haml__2500361518835171276_39665320'
What can I do with that?