Routing Error with sign_out in devise in rails 3.0.9?

Try adding in gem 'jquery-rails' to your gem file, and run the generator as rails g jquery:install --ui to ensure that it installs JQueryUI as well as UJS. If it asks to overwrite any files just choose 'yes'.

Up vote 0 down vote favorite share g+ share fb share tw.

I've gone through many other stack overflow posts (e.g. This one: No route matches "/users/sign_out" devise rails 3), but I've not found anything that works. Here's my view: :delete %> But when I click on the sign_out link, the server doesn't seem to process the "delete. " It still thinks I want to a GET request.

Started GET "/users/sign_out" for 127.0.0.1 at 2011-10-03 20:45:54 -0400 ActionController::RoutingError (No route matches "/users/sign_out"): I've also including the javascript tag that the other SO threads have mentioned in my application.html. Erb: Totally at a loss. Ruby-on-rails routing error-message devise link|improve this question asked Oct 4 '11 at 0:51jyli715316 82% accept rate.

Try adding in gem 'jquery-rails' to your gem file, and run the generator as rails g jquery:install --ui to ensure that it installs JQueryUI as well as UJS. If it asks to overwrite any files just choose 'yes'. Also change the above to Once this is done try it once more - good luck!

After I did everything you mentioned (and only after doing everything), it worked. Thanks! Can you please explain why I needed to make those changes?

– jyli7 Oct 4 '11 at 18:05 As I last recall, you needed UJS for it work. In my experience, these steps have always fixed the issue for me in the past. – Michael de Silva Oct 4 '11 at 18:50.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions