I am upgrading an application to Rails 3.0.0 and am wondering if the standard method for adding SSL has changed (I vaguely remember demos indicating the router could now han
In later Rails (at least 3.12+) you can use the following, environment-specific:
in config/environments/production.rb (or other environment)
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. config.force_ssl = true