Using SSL in Rails Applications

Updated . Posted . Visible to the public.

On any page accessed with SSL, all Ajax requests must use SSL, or they will fail. To make this happen, all you need to do is include the names of the actions that service the requests in your ssl_required statement.

Last edit
Keywords
rails
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2009-09-11 20:24)