aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters
Commit message (Expand)AuthorAgeFilesLines
...
| * - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...Vipul A M2016-03-131-1/+1
* | `params.permitted?` is false by defaultJon Moss2016-06-231-0/+6
* | Filter scalar values when params permit hashes or arraysSean Griffin2016-04-151-0/+9
|/
* Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+20
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-3/+13
* Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-191-2/+4
* Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-191-0/+33
* Tests for AC::Parameters#==Benjamin Quorning2016-02-191-0/+6
* fields_for_style needs to test for AC::ParametersAaron Patterson2016-02-171-0/+21
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-0/+9
* Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`Ryuta Kamizono2016-02-151-6/+0
* Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-0/+6
* Merge pull request #22985 from akshay-vishnoi/fix-typoRafael França2016-01-161-1/+1
|\
| * test `include?`- fix typoAkshay Vishnoi2016-01-091-1/+1
* | AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-121-0/+6
|/
* Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2Kasper Timm Hansen2015-12-311-0/+8
|\
| * Fix AC::Parameters#to_unsafe_h to return all unfiltered valuesPrathamesh Sonpatki2015-12-311-0/+8
* | Fix test for AC::Parameters#to_unsafe_hPrathamesh Sonpatki2015-12-301-2/+2
|/
* Add AC::Parameters#include?Justin Coyne2015-12-291-0/+6
* Only dup Ruby's Hash and Array.Kasper Timm Hansen2015-12-171-0/+28
* Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-4/+4
* Remove skip on tests that have been fixed.Guo Xiang Tan2015-10-241-4/+0
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
* Fix state being carried over from previous transactionRoque Pinel2015-07-201-1/+1
* Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-181-0/+13
* Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+4
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-152-3/+1
* Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-281-1/+8
* Add AC::Parameters#to_unsafe_hPrem Sichanugrist2014-12-121-0/+6
* Fix failing test on several methods on ParameterPrem Sichanugrist2014-08-182-2/+11
* Seperate Parameters accessors and mutators testsPrem Sichanugrist2014-08-183-57/+215
* Add missing `Hash` methods to `AC::Parameters`Prem Sichanugrist2014-08-181-0/+21
* Make `AC::Params#to_h` return Hash with safe keysPrem Sichanugrist2014-08-181-0/+39
* Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-0/+29
|\
| * Improvements per code review.Rafael Chacón2014-06-271-0/+29
* | adds some details to the rationale of converted_arrays [ci skip]Xavier Noria2014-06-071-1/+1
* | adds a regression test for the strong params converted arrays cacheXavier Noria2014-06-071-1/+18
* | Revert "Convert StrongParameters cache to a hash. This fixes an unbounded"Xavier Noria2014-06-071-1/+1
* | Convert StrongParameters cache to a hash. This fixes an unboundedRyan Davis2014-06-031-1/+1
* | 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
|/