Redirected to favicon after signing in
Created by: ghost
The browser is redirected to favicon after signing in.
I guess it should be redirected to the main view('/') instead.
I hope the following output would help.
Started POST "/users/sign_in" for 192.168.62.1 at 2011-12-18 22:12:16 +0900 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P9oJHT58QmTHUlmtOBHucECV8AmbmL3HKmfuMadE8FM=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Redirected to http://192.168.62.130:3000/favicon.ico Completed 302 Found in 314ms
Started GET "/favicon.ico" for 192.168.62.1 at 2011-12-18 22:12:17 +0900 Processing by ProjectsController#show as HTML Parameters: {"id"=>"favicon.ico"} Rendered public/404.html (0.4ms) Completed 404 Not Found in 129ms (Views: 5.6ms | ActiveRecord: 1.0ms)
Started GET "/favicon.ico" for 192.168.62.1 at 2011-12-18 22:12:18 +0900 Processing by ProjectsController#show as / Parameters: {"id"=>"favicon.ico"} Rendered public/404.html (0.0ms) Completed 404 Not Found in 67ms (Views: 5.3ms | ActiveRecord: 0.9ms)