500 error on login
Created by: kronsi
Hello I migrate gitlab and now I get an 500 error, the production.log shows that:
Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+examplenotmy", "user"=>{"login"=>"example not me :)", "password"=>"[FILTERED]", "remember_me"=>"0"}} Completed 500 Internal Server Error in 189ms
RuntimeError (Devise trackable could not save #<User id: 2, email: "user", encrypted_password: "some", reset_password_token: nil, reset_password_sent_at: nil, remember_created_at: "2013-06-04 06:28:08", sign_in_count: 59, current_sign_in_at: "2014-02-10 18:50:41", last_sign_in_at: "2013-06-17 19:42:29", current_sign_in_ip: "ip", last_sign_in_ip: "127.0.0.1", created_at: "2012-09-12 15:23:39", updated_at: "2014-02-10 18:50:41", name: "me", admin: true, projects_limit: 30, skype: "", linkedin: "", twitter: "", authentication_token: "token", theme_id: 1, bio: "", failed_attempts: 0, locked_at: nil, extern_uid: nil, provider: nil, username: nil, can_create_group: true, can_create_team: true, state: "active", color_scheme_id: 1, notification_level: 1, password_expires_at: nil, created_by_id: nil, avatar: nil, confirmation_token: nil, confirmed_at: "2014-02-10 18:12:16", confirmation_sent_at: nil, unconfirmed_email: nil, hide_no_ssh_key: false, website_url: "">.Please make sure a model using trackable can be saved at sign in.): app/controllers/application_controller.rb:37:in `reject_blocked!'
what I'm doing wrong? thanks for any support