Displaying 2 results from an estimated 2 matches for "unknown_action".
2006 May 13
0
integration: assert_template() always fails...
...y_an_article''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/integration.rb:427:in `r
un'']:
expecting <"/shop/index"> but rendering with <"c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/
action_controller/templates/rescues/unknown_action.rhtml">
Any help greatly appreciated!!!
Cheers
Peter
2010 Nov 07
1
Strange authlogic logout behavior
..."/user_session" for 127.0.0.1 at Sun Nov 07 13:28:31 -0800
2010
AbstractController::ActionNotFound (The action ''show'' could not be found
for UserSessionsController):
Rendered
/usr/lib/ruby/gems/1.8/gems/actionpack-3.0.1/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb
within rescues/layout (0.9ms)
Now if I login and the click on some other links within the application
and then logout, the logout function works as it should.
user_sessions controller
[code]
class UserSessionsController < ApplicationController
before_filter :require_no_user, :only =>...