Login causes 500
Created by: jkrajniak
Login causes 500 after push project. What I have done:
- create user
- create project and assign to this user
- push source of project to gitosis
- logout
- login again and I've got 500.
I've checked production.log and found something like that:
Started POST "/users/sign_in" for unix:� at 2011-10-22 17:12:16 +0000 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"w6CfrI85v67USFgyINx3w+v4kc4why8fFIXopps3VB4=", "user"=>{"email"=>"xxx@xxx", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 500 Internal Server Error in 126ms
ArgumentError (invalid byte sequence in UTF-8):
App run on passenger and nginx.