Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 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 |
| | |||||
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
| | | | | because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it | ||||
* | 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 railties/test | Xavier Noria | 2016-08-06 | 1 | -12/+12 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Fix incorrect unsubscription. | Guo Xiang Tan | 2014-07-11 | 1 | -2/+2 |
| | |||||
* | "Naked" rescue clauses only catch StandardError subclasses. | thedarkone | 2013-08-06 | 1 | -2/+5 |
| | | | | Similar to #11497. | ||||
* | Add a missing require. | thedarkone | 2013-08-06 | 1 | -0/+1 |
| | | | | This makes the rack_logger_test.rb runnable by itself (outside of the `rake test` suite). | ||||
* | Use the right instrumentation name | Rafael Mendonça França | 2013-08-05 | 1 | -1/+1 |
| | | | | | | | | | The pattern is event.component Closes #11769 Conflicts: railties/CHANGELOG.md | ||||
* | fire a notification when the request stops / starts | Aaron Patterson | 2013-01-09 | 1 | -0/+71 |