Is there a decent guide/tutorial on how to properly use https and ssl in a Rails app? Say I want people to do all the account stuff via https://secure.domain/account So, all the stuff in the Account controller is protected And a couple actions in the Store controller is also done via https: https://secure.domain/store/purchase How could I set that up? Thanks, Joe --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi Joe, joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> Is there a decent guide/tutorial on how to properly use https and ssl > in a Rails app?A quick google on ''rails ssl tutorial'' turned up http://www.styledbits.com/articles/2006/06/04/adding-ssl-to-your-rails-app-in-5-minutes hth, Bill --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
There''s also an ssl_requirement plugin on: http://dev.rubyonrails.org/svn/plugins/ssl_requirement/ HTH Trevor On 9/11/06, Bill Walton <bill.walton-xwVYE8SWAR3R7s880joybQ@public.gmane.org> wrote:> > Hi Joe, > > joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > Is there a decent guide/tutorial on how to properly use https and ssl > > in a Rails app? > > A quick google on ''rails ssl tutorial'' turned up > http://www.styledbits.com/articles/2006/06/04/adding-ssl-to-your-rails-app-in-5-minutes > > hth, > Bill > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---