How should I use https in Ruby on Rails
Posted
by Daniel Cukier
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Cukier
Published on 2009-11-21T14:55:17Z
Indexed on
2010/04/21
14:03 UTC
Read the original article
Hit count: 397
I'm developing an application in Rails (2.3.4) and there are some parts that need to run over a secure protocol, for example, the login form, the credit card form, etc.
- How can I do just these pages be https, and all other pages remain http?
- How can I test ssl in development environment?
© Stack Overflow or respective owner