aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/strong_parameters.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove useless functionAaron Patterson2015-07-171-8/+2
* stop passing `params` to `array_of_permitted_scalars_filter`Aaron Patterson2015-07-171-4/+6
* push key checking upAaron Patterson2015-07-171-1/+2
* Standardize `ActionController::Parameters#to_unsafe_h` return valueZoltan Kiss2015-07-151-1/+1
* Update documentation on `AC::Parameters`Prem Sichanugrist2015-07-151-6/+32
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-28/+99
* Merge pull request #20659 from vngrs/strong_parameters_unpermitted_parameters...Yves Senn2015-06-221-2/+4
|\
| * Fix the documentation about ActionController::UnpermittedParameters [ci skip]Mehmet Emin İNAÇ2015-06-221-2/+4
|/
* Fix the documentation about ActionController::ParameterMissing [ci skip]Mehmet Emin İNAÇ2015-06-221-5/+5
* fix missing "if" in API docs for ActionController::Parameters#permitMichael Josephson2015-04-061-1/+1
* Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-281-1/+1
* Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-1/+0
* Revert "Merge pull request #18003 from sikachu/permit_all_parameters-thread-s...Godfrey Chan2014-12-191-11/+6
* Merge pull request #18006 from sikachu/add-params-to_unsafe_hRafael Mendonça França2014-12-121-0/+6
|\
| * Add AC::Parameters#to_unsafe_hPrem Sichanugrist2014-12-121-0/+6
* | Make AC::Params.permit_all_parameters thread safePrem Sichanugrist2014-12-121-1/+10
|/
* let's warn with heredocsXavier Noria2014-10-281-4/+7
* User `#to_hash` instead of calling `super`Prem Sichanugrist2014-08-181-1/+1
* Fix failing test on several methods on ParameterPrem Sichanugrist2014-08-181-1/+25
* Refactor code to reduce duplicate `self.class.new`Prem Sichanugrist2014-08-181-12/+10
* Add missing `Hash` methods to `AC::Parameters`Prem Sichanugrist2014-08-181-0/+40
* Make `AC::Params#to_h` return Hash with safe keysPrem Sichanugrist2014-08-181-0/+19
* Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-5/+20
|\
| * Improvements per code review.Rafael Chacón2014-06-271-4/+3
| * Add always_permitted_parameters as an option.Rafael Chacón2014-06-261-5/+21
* | Merge pull request #15692 from sromano/falseClassMatthew Draper2014-06-141-1/+6
|\ \
| * | ActionController::Parameters#require now accepts FalseClass valuesSergio Romano2014-06-131-0/+1
|/ /
* | adds some details to the rationale of converted_arrays [ci skip]Xavier Noria2014-06-071-0/+4