aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/mutators_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+18
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-221-0/+9
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+0
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-18/+18
* 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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* prepare for Minitest 6utilum2017-06-201-1/+1
* Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-0/+21
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-7/+7
* Remove skip on tests that have been fixed.Guo Xiang Tan2015-10-241-4/+0
* Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+4
* Fix failing test on several methods on ParameterPrem Sichanugrist2014-08-181-2/+2
* Seperate Parameters accessors and mutators testsPrem Sichanugrist2014-08-181-0/+99