index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
params_wrapper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Hash#fetch instead of has_key? check
Carlos Antonio da Silva
2012-05-04
1
-1
/
+1
*
Merge pull request #4445 from nragaz/role_based_params_wrapping
José Valim
2012-05-04
1
-2
/
+3
*
More using <tt>x</tt> instead of +x+ when the latter renders improperly.
Mark Rushakoff
2012-04-27
1
-1
/
+1
*
Use <tt>Foo::Bar</tt> instead of +Foo::Bar+
Mark Rushakof
2012-04-27
1
-1
/
+1
*
Change more Array.wrap to Kernel#Array
Rafael Mendonça França
2012-01-05
1
-6
/
+5
*
ParamsWrapper only wrap the accessible attributes when they were set
Jean-Francois Turcot
2011-12-07
1
-1
/
+8
*
use classify in ParamsWrapper to derive model name from controller name
lest
2011-12-05
1
-1
/
+1
*
Use safe_constantize where possible.
José Valim
2011-09-23
1
-6
/
+3
*
doc fixes
Vijay Dev
2011-08-28
1
-8
/
+8
*
params wrapper docs correction
Vijay Dev
2011-08-21
1
-4
/
+3
*
Use lazy load hooks to set parameter wrapping configuration. This means that ...
Jon Leighton
2011-08-16
1
-2
/
+0
*
Don't refer to ActionController::Base in the wrap_parameters initializer - us...
Jon Leighton
2011-08-16
1
-0
/
+2
*
some grammatical corrections
Vijay Dev
2011-06-04
1
-3
/
+3
*
renamed the wrap_parameters :only and :except options to :include and :exclud...
Josh Kalderimis
2011-05-19
1
-17
/
+17
*
Use anonymous? that works on both Ruby 1.8 and 1.9.
José Valim
2011-05-17
1
-2
/
+3
*
add more robust test for wrapping params with anonymous class
David Chelimsky
2011-05-17
1
-2
/
+1
*
Add fix for error when an anonymous controller subclasses ApplicationController
Andy Lindeman
2011-05-17
1
-1
/
+4
*
Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...
Prem Sichanugrist
2011-05-15
1
-3
/
+3
*
Do not try to call `column_names` on the abstract class.
Prem Sichanugrist
2011-05-15
1
-1
/
+1
*
Get around weird missing constant error caused by AS instead of simply raisin...
José Valim
2011-05-11
1
-5
/
+13
*
Ensure params wrapper settings are not inherited and calculated each time.
José Valim
2011-05-06
1
-1
/
+1
*
More performance optimizations.
José Valim
2011-05-03
1
-13
/
+17
*
Improve performance for filtered parameters and add tests.
José Valim
2011-05-03
1
-3
/
+2
*
Move most processing to load time for performance and improve test suite.
José Valim
2011-05-03
1
-25
/
+49
*
Fix ParamsWrapper docs errors
Sebastian Martinez
2011-05-02
1
-2
/
+2
*
Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash
Prem Sichanugrist
2011-05-03
1
-0
/
+197