Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strong parameters should permit nested number as key. Closes #12293 | kennyj | 2013-09-27 | 1 | -0/+15 |
* | Lets kepp using Ruby 1.9 syntax | Rafael Mendonça França | 2013-01-22 | 1 | -20/+20 |
* | strong parameters filters permitted scalars | Xavier Noria | 2013-01-20 | 1 | -13/+43 |
* | hash filters should be accessed with symbols or strings | Francesco Rodriguez | 2012-11-30 | 1 | -0/+25 |
* | When executing permit with just a key that points to a hash, DO NOT allow all... | Santiago Pastorino | 2012-10-12 | 1 | -1/+5 |
* | Correct parameter access. | Philip Arndt | 2012-09-19 | 1 | -1/+1 |
* | Support fields_for attributes, which may have numeric symbols as hash keys | Guillermo Iguaran | 2012-09-16 | 1 | -0/+18 |
* | require abstract_unit in parameters tests | Guillermo Iguaran | 2012-09-16 | 1 | -0/+1 |
* | Integrate ActionController::Parameters from StrongParameters gem | Guillermo Iguaran | 2012-09-16 | 1 | -0/+94 |