aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters
Commit message (Expand)AuthorAgeFilesLines
* Simple Sungularize ActionController::UnpermittedParameters error in case when...Serj L2014-02-241-4/+26
* unify param.require testsArthur Neves2014-01-231-10/+0
* AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-231-3/+11
* optimizes array conversion in AC::ParametersXavier Noria2013-12-211-0/+5
* converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-211-0/+7
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-021-7/+1
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-011-1/+7
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-111-1/+7
* | don't mutate hash with fetchDoug Cole2013-10-261-0/+6
* | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+15
* | do not break params filtering on nil valuesVasiliy Ermolovich2013-09-071-0/+9
|/
* Rack::Test::UploadedFile is a permitted scalarFabio Kreusch2013-02-211-1/+2
* ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051]Xavier Noria2013-01-231-1/+2
* Lets kepp using Ruby 1.9 syntaxRafael Mendonça França2013-01-222-37/+37
* Add missing assert callsCarlos Antonio da Silva2013-01-201-2/+2
* strong parameters filters permitted scalarsXavier Noria2013-01-202-17/+164
* Restore and adapt the implementation reverted atRafael Mendonça França2013-01-192-8/+8
* Added ability to raise or log on unpermitted params.Thomas Drake-Brockman2013-01-202-0/+83
* Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-43/+0
* Never treat action or controller as unpermitted paramsDavid Heinemeier Hansson2013-01-081-0/+10
* Rename the last occurrence of UnexpectedParametersRafael Mendonça França2013-01-051-2/+2
* Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-051-4/+4
* Allow developers to enable raising of exception when unexpected params are pr...Thomas Drake-Brockman2013-01-051-0/+33
* hash filters should be accessed with symbols or stringsFrancesco Rodriguez2012-11-301-0/+25
* Test that permitted? is sticky on accessors, mutators, and mergesBenjamin Quorning2012-11-061-0/+24
* Test that not permitted is sticky on #exceptBenjamin Quorning2012-11-061-0/+1
* Current tests are testing stickiness of non-permitted parametersBenjamin Quorning2012-11-061-3/+3
* Fix buggy testsBenjamin Quorning2012-11-061-4/+4
* No need for the debuggerDavid Heinemeier Hansson2012-10-311-1/+0
* Allow #permit to take its list of permitted parameters as an arrayDavid Heinemeier Hansson2012-10-311-0/+5
* Permit string and float values in the multiparameter attributesRafael Mendonça França2012-10-181-9/+14
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* When executing permit with just a key that points to a hash, DO NOT allow all...Santiago Pastorino2012-10-121-1/+5
* Allow parameter filters to match multi-parameter attributesRafael Mendonça França2012-10-051-0/+33
* ActionController::Parameters#permit! is recursiveBrendan Loudermilk2012-10-041-0/+7
* 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
* Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-161-0/+14
* Change tainted/untainted wording to permitted/forbiddenGuillermo Iguaran2012-09-161-1/+1
* Don't use assert_nothing_raised when assert_equal is usedGuillermo Iguaran2012-09-161-4/+2
* require abstract_unit in parameters testsGuillermo Iguaran2012-09-163-0/+3
* Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-163-0/+163