If I wrap my SSL-required routes in a block like this:
scope :protocol => “https://”, :constraints => { :protocol =>
“https://” } do
match '/signup' => 'users#new', :as
=> :signup, :via => :get
If I wrap my SSL-required routes in a block like this:
scope :protocol => “https://”, :constraints => { :protocol =>
“https://” } do
match '/signup' => 'users#new', :as
=> :signup, :via => :get
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs