aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/nested_parameters_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+15
* Lets kepp using Ruby 1.9 syntaxRafael Mendonça França2013-01-221-20/+20
* strong parameters filters permitted scalarsXavier Noria2013-01-201-13/+43
* hash filters should be accessed with symbols or stringsFrancesco Rodriguez2012-11-301-0/+25
* When executing permit with just a key that points to a hash, DO NOT allow all...Santiago Pastorino2012-10-121-1/+5
* Correct parameter access.Philip Arndt2012-09-191-1/+1
* Support fields_for attributes, which may have numeric symbols as hash keysGuillermo Iguaran2012-09-161-0/+18
* require abstract_unit in parameters testsGuillermo Iguaran2012-09-161-0/+1
* Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-161-0/+94