Displaying 2 results from an estimated 2 matches for "actionnotfound".
2010 Nov 07
1
Strange authlogic logout behavior
...an account and then immediately logout, I get an error.
Unknown action
The action ''show'' could not be found for UserSessionsController
The server log in development says:
Started GET "/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 th...
2011 Feb 14
0
Overiding routes in rails3
...ns#destroy
----------------------
config/routes.rb
----------------------
65 # Override typus TODO this does not work
66 delete "/admin/session(.:format)" => ''devise/sessions#destroy'', :as =>
:destroy_user_session
However I keep getting Abstract::Controller:ActionNotFound exceptions when I
try
restclient delete http://localhost:3000/admin/session
Am I doing this the right way
--
Brad Phelan
http://xtargets.com
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to...