aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/accessors_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+5
|/
* Fix test that was asserting the wrong thingRafael Mendonça França2017-03-211-1/+1
* Tests for delegated public methods on AC::ParametersT.J. Schuck2017-03-071-0/+63
* Remove deprecated comparing support with `ActionController::Parameters`Rafael Mendonça França2016-10-101-8/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-9/+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
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-0/+9
* Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-0/+6
* AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-121-0/+6
* Fix failing test on several methods on ParameterPrem Sichanugrist2014-08-181-0/+9
* Seperate Parameters accessors and mutators testsPrem Sichanugrist2014-08-181-0/+116