public
Description: github version of ssl_requirement
Homepage: http://dev.rubyonrails.org/browser/plugins/ssl_requirement/
Clone URL: git://github.com/pyrat/ssl_requirement.git
Updated readme
pyrat (author)
Thu Apr 17 02:38:50 -0700 2008
commit  130963fb79a6f664669a39cf81660ccbb5a1ed8f
tree    f70fd0bd01034b4887e6004e712583b4594150ff
parent  02df45c9cd82682fb3fc637571cf1dc25349c3d2
0
...
5
6
7
 
 
8
9
10
...
5
6
7
8
9
10
11
12
0
@@ -5,6 +5,8 @@ SSL requirement adds a declarative way of specifying that certain actions
0
 should only be allowed to run under SSL, and if they're accessed without it,
0
 they should be redirected.
0
 
0
+If the rails_env is test or development the redirection is not performed.
0
+
0
 Example:
0
 
0
   class ApplicationController < ActiveRecord::Base

Comments

    No one has commented yet.