Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
| | | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository. | ||||
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Add `ActionController::Parameters#dig` | Sean Griffin | 2016-03-09 | 1 | -0/+20 |
| | | | | | | This method will only be added when used with Ruby 2.3.0 or greater. This method has the same behavior as `Hash#dig`, except it will convert hashes to `ActionController::Parameters`, similar to `#[]` and `#fetch`. | ||||
* | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 1 | -3/+13 |
| | | | | - Fixes #23822. | ||||
* | Deprecate AC::Parameters#== with a Hash | Benjamin Quorning | 2016-02-19 | 1 | -2/+4 |
| | |||||
* | Fix AC::Parameters#== with other AC::Parameters | Benjamin Quorning | 2016-02-19 | 1 | -0/+33 |
| | | | | Creating a protected getter method for `@parameters`. | ||||
* | Tests for AC::Parameters#== | Benjamin Quorning | 2016-02-19 | 1 | -0/+6 |
| | |||||
* | Implement ActionController::Parameters#inspect | Benjamin Quorning | 2016-02-17 | 1 | -0/+9 |
| | | | | Now that AC::Parameters is no longer a Hash, it shouldn't look like a hash. | ||||
* | Fix `ActionController::Parameters#==` bug | Jon Moss | 2016-01-21 | 1 | -0/+6 |
| | | | | See bug #21032. | ||||
* | AC::Parameters#at_json: restore Rails 4.2’s value | claudiob | 2016-01-12 | 1 | -0/+6 |
| | | | | | | Fixes #23026 See discussion at #23026 | ||||
* | Fix failing test on several methods on Parameter | Prem Sichanugrist | 2014-08-18 | 1 | -0/+9 |
| | | | | | | | * `each` * `each_pair` * `delete` * `select!` | ||||
* | Seperate Parameters accessors and mutators tests | Prem Sichanugrist | 2014-08-18 | 1 | -0/+116 |