aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/strong_parameters.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | removes unconventional "then" in case expressionXavier Noria2016-11-131-1/+1
* | revises style in recent code (of mine)Xavier Noria2016-11-131-5/+7
* | significant speedup of AC::Parameters#permitXavier Noria2016-11-121-1/+3
* | adds a missing dot [ci skip]Xavier Noria2016-11-111-1/+1
* | adds support for arbitrary hashes in strong parametersXavier Noria2016-11-111-0/+45
* | Merge pull request #26820 from y-yagi/add_bang_merge_to_parametersRafael França2016-11-101-0/+7
|\ \
| * | add `ActionController::Parameters#merge!`yuuji.yaginuma2016-10-181-0/+7
| |/
* / Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|/
* ActionController::Parameters#deep_dup (#26567)Pavel Evstigneev2016-10-111-0/+7
* Remove deprecated methods in ActionController::ParametersRafael Mendonça França2016-10-101-20/+0
* Remove deprecated comparing support with `ActionController::Parameters`Rafael Mendonça França2016-10-101-9/+0
* call `.to_h` to avoid using deprecated methodyuuji.yaginuma2016-09-071-1/+1
* Move to_param undef closer to the deprecations.Kasper Timm Hansen2016-08-311-2/+4
* Do not allow to_param on AC::ParametersKir Shatrov2016-08-311-0/+3
* Merge pull request #26094 from igorkasyanchuk/masterRafael França2016-08-161-2/+2
|\
| * Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...Igor Kasyanchuk2016-08-101-2/+2
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
|/
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-18/+18
* Move the YAML hook closer to `init_with`.Kasper Timm Hansen2016-08-021-8/+9
* 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