Robby you are partially true. You do have to make some work on the http server side, but also in Rails you must specify that your generated links must be using https protocol.
In Rails 2.1, if I put "include SslRequirement" in the application controller, I get the following error message: -- uninitialized constant ApplicationController::SslRequirement -- Is there some updated documentation about that? I have found most documentation concerning the plugin version of ssl_requirement, but that back in the days of Rails 1.x. How does it work now with Rails 2.1? -- Posted via http://www.ruby-forum.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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

