Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |