Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port Annotations rake task to use Rails::NotesCommand | Annie-Claude Côté | 2018-07-04 | 1 | -6/+6 |
| | | | | | | | * Invokes the notes Rails::Command and passes the rake task ENV variables as annotations options to it * Adds a deprecation warning for unsupported commands * Gets rid of reference to ENV["SOURCE_ANNOTATION_DIRECTORIES"] in SourceAnnotationExtractor since its now dealt with in the NotesCommand * Gets rid of rake desc for each rake notes task so they are not documented while using `rails -T` or `rails --help` | ||||
* | Move SourceAnnotationExtractor under Rails module | Prem Sichanugrist | 2018-03-22 | 1 | -3/+3 |
| | | | | This class should be under Rails module as it belongs to Rails. | ||||
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
| | | | | This basically reverts 618268b4b9382f4bcf004a945fe2d85c0bd03e32 | ||||
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 1 | -2/+2 |
| | |||||
* | Deprecated freeze rake tasks and cleaned up annotations.rake | Mikel Lindsaar | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+20 |