Wednesday, October 29, 2008

Using HTTPS in RESTful authentication Rails 2.1.1

If you get the error message:

ActionController::UnknownAction (No action responded to show):

In the sessions controller make sure you have :

ssl_required :new, :create

This will now enable https when someone logins in to the site. All other details can be easily found via Google.

No comments:

Post a Comment