aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/strong_parameters.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Replace implicit formats with a case statement.Kasper Timm Hansen2016-08-021-7/+8
* Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.Kasper Timm Hansen2016-08-021-2/+9
* Make Parameters support legacy YAML encodings.Kasper Timm Hansen2016-08-011-0/+19
* Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-081-15/+1
* Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-071-0/+5
* `params.permitted?` is false by defaultJon Moss2016-06-231-0/+2
* Update ActionController::Parameters documentation [ci skip]Benjamin Quorning2016-06-221-19/+18
* ActionController::Parameters: Fix #dig doc codeChristian Wesselhoeft2016-05-291-5/+5
* fix incorrect class name [ci skip]yuuji.yaginuma2016-05-281-1/+1
* Fix actionpack typos [ci skip]Tom Kadwill2016-04-301-3/+3
* Filter scalar values when params permit hashes or arraysSean Griffin2016-04-151-1/+5
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-031-0/+7
|\
| * [ci skip] Fix example of ActionController::Parameters#to_unsafe_hPrathamesh Sonpatki2016-03-241-1/+1
| * Add example for ActionController::Parameters#to_unsafe_hGaurish Sharma2016-03-121-0/+7
* | Add explanation about accepts_nested_attributes_for keys in the strong parame...Bart de Water2016-03-121-2/+3
* | add return values to example [ci skip]yuuji.yaginuma2016-03-101-1/+1
* | Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+15
|/
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-1/+1
* Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-191-9/+14
* Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-191-3/+4
* fields_for_style needs to test for AC::ParametersAaron Patterson2016-02-171-1/+1
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-1/+5
* Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`Ryuta Kamizono2016-02-151-10/+0
* Fix typo in strong params hash deprecation messageMarek2016-01-271-2/+2
* Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-1/+5
* Link to docs instead of listing methodsschneems2016-01-191-5/+7
* Add methods to StrongParametersschneems2016-01-191-1/+1
* [close #23084] Deprecated StrongParametersschneems2016-01-191-0/+16
* AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-121-1/+2
* Unneeded &block parametersAkira Matsuda2016-01-121-2/+2
* Fix AC::Parameters#to_unsafe_h to return all unfiltered valuesPrathamesh Sonpatki2015-12-311-6/+6
* Add AC::Parameters#include?Justin Coyne2015-12-291-1/+1
* Only dup Ruby's Hash and Array.Kasper Timm Hansen2015-12-171-2/+18
* Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-5/+7
* Add missing require to strong_parameters.rbclaudiob2015-12-041-0/+1
* Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
* Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* fixes example for consistency [ci skip]Xavier Noria2015-08-291-3/+3
* swaps words [ci skip]Xavier Noria2015-08-291-1/+1
* revamps the docs of strong params require [ci skip]Xavier Noria2015-08-291-9/+40
* revises 877e42eXavier Noria2015-08-281-2/+2
* [Feature] params.require requires array of paramsGaurish Sharma2015-08-281-0/+8
* [skip ci] Fix minor typoJon Atack2015-08-171-1/+1
* drop conditionals in conversion logicAaron Patterson2015-07-211-7/+5
* rearrange logic to use positive branchesAaron Patterson2015-07-211-4/+6
* Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-181-3/+7
* push fields_for_style? in to a protected methodAaron Patterson2015-07-171-5/+5
* push is_a checks up the stackAaron Patterson2015-07-171-13/+13
* remove useless conditionalAaron Patterson2015-07-171-1/+0
* remove useless conditionalsAaron Patterson2015-07-171-2/+2