aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters
Commit message (Expand)AuthorAgeFilesLines
...
* Remove deprecated comparing support with `ActionController::Parameters`Rafael Mendonça França2016-10-101-8/+0
* call `.to_h` to avoid using deprecated methodyuuji.yaginuma2016-09-071-0/+7
* Merge pull request #26094 from igorkasyanchuk/masterRafael França2016-08-161-4/+4
|\
| * Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...Igor Kasyanchuk2016-08-101-4/+4
* | Add three new rubocop rulesRafael Mendonça França2016-08-165-14/+14
* | Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-105-18/+36
|/
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-11/+11
* remove redundant curlies from hash argumentsXavier Noria2016-08-066-71/+35
* modernizes hash syntax in actionpackXavier Noria2016-08-061-6/+6
* applies new string literal convention in actionpack/testXavier Noria2016-08-0610-111/+111
* 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
* Remove duplicate test and fix a typo in the testPrathamesh Sonpatki2016-07-122-6/+1
* Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-081-1/+19
* Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-071-0/+25
* Merge pull request #24177 from vipulnsward/rename-testRafael França2016-07-011-1/+1
|\
| * - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...Vipul A M2016-03-131-1/+1
* | `params.permitted?` is false by defaultJon Moss2016-06-231-0/+6
* | Filter scalar values when params permit hashes or arraysSean Griffin2016-04-151-0/+9
|/
* Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+20
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-3/+13
* Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-191-2/+4
* Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-191-0/+33
* Tests for AC::Parameters#==Benjamin Quorning2016-02-191-0/+6
* fields_for_style needs to test for AC::ParametersAaron Patterson2016-02-171-0/+21
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-0/+9
* Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`Ryuta Kamizono2016-02-151-6/+0
* Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-0/+6
* Merge pull request #22985 from akshay-vishnoi/fix-typoRafael França2016-01-161-1/+1
|\
| * test `include?`- fix typoAkshay Vishnoi2016-01-091-1/+1
* | AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-121-0/+6
|/
* Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2Kasper Timm Hansen2015-12-311-0/+8
|\
| * Fix AC::Parameters#to_unsafe_h to return all unfiltered valuesPrathamesh Sonpatki2015-12-311-0/+8
* | Fix test for AC::Parameters#to_unsafe_hPrathamesh Sonpatki2015-12-301-2/+2
|/
* Add AC::Parameters#include?Justin Coyne2015-12-291-0/+6
* Only dup Ruby's Hash and Array.Kasper Timm Hansen2015-12-171-0/+28
* Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-4/+4
* Remove skip on tests that have been fixed.Guo Xiang Tan2015-10-241-4/+0
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
* Fix state being carried over from previous transactionRoque Pinel2015-07-201-1/+1
* Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-181-0/+13
* Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+4
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-152-3/+1
* Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-281-1/+8
* Add AC::Parameters#to_unsafe_hPrem Sichanugrist2014-12-121-0/+6
* Fix failing test on several methods on ParameterPrem Sichanugrist2014-08-182-2/+11
* Seperate Parameters accessors and mutators testsPrem Sichanugrist2014-08-183-57/+215