Links
SSL Requirement
Categories
SSL Requirement
SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.
Vitals
| Repository | http://dev.rubyonrails.org/svn/rails/plugins/ssl_requirement/ |
|---|---|
| License | Rails' (MIT) |
| Rating | (22 votes) |
| Created | 15 May 2006 |
Comments
-
Is it possible to force ssl to an entire application?
-
zefish : in your app/controller/application.rb put
include SslRequirement
def ssl_required? true end
