aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/strong_parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+12
|\
| * Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+12
* | Add hash method to ActionController::ParametersEugene Baranov2019-07-141-0/+5
|/
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-221-0/+17
* Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-7/+5
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-7/+17
* Remove unused modules from StrongParametersPatrik Bóna2019-04-151-4/+0
* Typo fixes action pack.alkesh262019-01-261-1/+1
* Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-1/+1
* Added ActionController::Parameters.each_value methodLukas Zapletal2018-09-271-0/+8
* Faster permitted_scalar_filterschneems2018-08-311-8/+20
* [ci skip] Document permitted_scalar_filterschneems2018-08-301-0/+10
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-2/+2
* Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-5/+5
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-191-10/+8
* Fix documentation for ActionController::Params#fetchLinus Marton2018-05-181-1/+3
* Fixes StrongParameters permit! to work with nested arraysSteve Hull2018-04-161-1/+1
* Make mutating params#dig mutate underlying paramsVince DeVendra2018-03-241-1/+2
* Remove unnecessary `Hash.method_defined?(:dig)` checkingyuuji.yaginuma2018-03-111-13/+11
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+0
* Yield array from AC::Parameters#each for block with one argDominic Cleal2017-12-061-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Fix typo in API docsRyan Lue2017-07-201-1/+1
* Correct API documentation for ActionController::Parameters#deleteRyan Lue2017-07-201-4/+4
* 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
* | Fix format of `ActionController::Parameters#to_s` doc [ci skip]yuuji.yaginuma2017-07-011-0/+1
* | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-1/+8
|/
* Fix typo in `AC::UnfilteredParameters` message [ci skip]yuuji.yaginuma2017-06-231-2/+2
* Fix examples for `AC::Parameters#to_query` [ci skip]yuuji.yaginuma2017-06-191-1/+6
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-4/+2
* Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-2/+2
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+1
* Follow the style guide rules in the documetationRafael Mendonça França2017-04-181-30/+30
* Improve documentationRafael Mendonça França2017-04-181-4/+4
* Implement ActionController::Parameters#to_query and #to_paramRafael Mendonça França2017-04-181-2/+28
* Add ActionController::Parameters#to_hash to implict conversionRafael Mendonça França2017-04-181-0/+16
* Raise exception when calling to_h in a unfiltered ParametersRafael Mendonça França2017-04-181-2/+15
* Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+2
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-8/+8
* Added `reverse_merge`/`reverse_merge!` to AC::Parameters:Edouard CHIN2017-03-091-0/+15
* params --> parametersJon Moss2017-03-071-2/+2
* Document delegated public methods on AC::ParametersT.J. Schuck2017-03-071-0/+71
* [ci skip] Fix ParameterMissing exception name in docsTejas Bubane2017-03-041-1/+1
* Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...David Heinemeier Hansson2017-01-161-3/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Document 'false' as option for 'action_on_unpermitted_parameters'Daniel Carral2016-11-291-2/+2