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
/
test
/
controller
/
params_wrapper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4445 from nragaz/role_based_params_wrapping
José Valim
2012-05-04
1
-2
/
+15
*
Fix warning for params_wrapper_test.
kennyj
2011-12-08
1
-1
/
+1
*
ParamsWrapper only wrap the accessible attributes when they were set
Jean-Francois Turcot
2011-12-07
1
-1
/
+28
*
use classify in ParamsWrapper to derive model name from controller name
lest
2011-12-05
1
-0
/
+35
*
Use lazy load hooks to set parameter wrapping configuration. This means that ...
Jon Leighton
2011-08-16
1
-7
/
+0
*
Don't refer to ActionController::Base in the wrap_parameters initializer - us...
Jon Leighton
2011-08-16
1
-0
/
+7
*
renamed the wrap_parameters :only and :except options to :include and :exclud...
Josh Kalderimis
2011-05-19
1
-6
/
+6
*
add more robust test for wrapping params with anonymous class
David Chelimsky
2011-05-17
1
-25
/
+45
*
better test name
David Chelimsky
2011-05-17
1
-1
/
+1
*
add failing test for https://github.com/rails/rails/issues/1089
David Chelimsky
2011-05-17
1
-0
/
+7
*
Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...
Prem Sichanugrist
2011-05-15
1
-10
/
+8
*
Do not try to call `column_names` on the abstract class.
Prem Sichanugrist
2011-05-15
1
-1
/
+14
*
Get around weird missing constant error caused by AS instead of simply raisin...
José Valim
2011-05-11
1
-21
/
+24
*
Fix typos in test method names
Vijay Dev
2011-05-03
1
-3
/
+3
*
Fix broken params_wrapper_test on 1.8.7 :bomb:
Prem Sichanugrist
2011-05-03
1
-36
/
+80
*
Move most processing to load time for performance and improve test suite.
José Valim
2011-05-03
1
-12
/
+27
*
Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash
Prem Sichanugrist
2011-05-03
1
-0
/
+187