Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -1/+0 |
| | | | | | | Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028 | ||||
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -18/+18 |
| | |||||
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | prepare for Minitest 6 | utilum | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Pass block in ActionController::Parameters#delete | Eugene Kenny | 2017-05-10 | 1 | -0/+21 |
| | | | | | | | | In order to fully support the same interface as `Hash#delete`, we need to pass the block through to the underlying method, not just the key. This used to work correctly, but it regressed when `ActionController::Parameters` stopped inheriting from `Hash` in 5.0. | ||||
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
| | |||||
* | 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 | -7/+7 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove skip on tests that have been fixed. | Guo Xiang Tan | 2015-10-24 | 1 | -4/+0 |
| | |||||
* | Skip a few failing tests on JRuby with the attached tickets | Robin Dupret | 2015-07-17 | 1 | -0/+4 |
| | |||||
* | Fix failing test on several methods on Parameter | Prem Sichanugrist | 2014-08-18 | 1 | -2/+2 |
| | | | | | | | * `each` * `each_pair` * `delete` * `select!` | ||||
* | Seperate Parameters accessors and mutators tests | Prem Sichanugrist | 2014-08-18 | 1 | -0/+99 |