aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/nested_parameters_permit_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-2/+28
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* 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
* Fix all rubocop violationsRafael Mendonça França2017-01-171-1/+1
* Added test to ensure that we dont break #to_h again when trying to restore th...David Heinemeier Hansson2017-01-161-0/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-10/+20
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-40/+20
* modernizes hash syntax in actionpackXavier Noria2016-08-061-6/+6
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-32/+32
* - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...Vipul A M2016-03-131-0/+187