aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-3/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* 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
* Soften this test since YAML.dump may produce keys in other orders.Charles Oliver Nutter2016-10-211-6/+4
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-7/+7
* Fix wrong assignment.Kasper Timm Hansen2016-08-021-4/+5
* Set `always_permitted_parameters`.Kasper Timm Hansen2016-08-021-0/+9
* Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.Kasper Timm Hansen2016-08-021-2/+15
* Make Parameters support legacy YAML encodings.Kasper Timm Hansen2016-08-011-0/+32