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 |
| | |||||
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Initializer provides its context class name | ta1kt0me | 2016-06-12 | 1 | -2/+4 |
| | |||||
* | Delegate public method for raitile name | ta1kt0me | 2016-06-11 | 1 | -0/+2 |
| | |||||
* | add :nodoc: to internal implementations [ci skip] | Francesco Rodriguez | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | use tsort_each to avoid intermediary array | Aaron Patterson | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | :group => :assets should only run in the assets environment. | José Valim | 2011-10-02 | 1 | -2/+3 |
| | |||||
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -2/+6 |
| | | | | | | | | | | | | | To the app developer, this means configuration add in config/initializers/* will not be executed. Plugins developers need to special case their initializers that are meant to be run in the assets group by adding :group => :assets. Conflicts: railties/CHANGELOG railties/test/application/assets_test.rb | ||||
* | Remove run_initializers from class methods. | José Valim | 2010-06-24 | 1 | -8/+0 |
| | |||||
* | Fix initializable tests | Jeremy Kemper | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Move Collection responsibility from application to initializable | Jeremy Kemper | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Speed up boot by tsorting as infrequently as possible | Jeremy Kemper | 2010-06-24 | 1 | -7/+2 |
| | |||||
* | tsort-based dependency resolution for initializers | Paul Rosania | 2010-01-29 | 1 | -17/+12 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ensure all initializers are collections. | José Valim | 2010-01-26 | 1 | -4/+5 |
| | |||||
* | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -14/+5 |
| | |||||
* | Raise an exception if an initializer is defined without a block | Carlhuda | 2009-12-23 | 1 | -0/+1 |
| | |||||
* | Fix warnings in railties configuration and initializeable | Joshua Peek | 2009-12-14 | 1 | -2/+2 |
| | |||||
* | Remove global Rails initializers | Carlhuda | 2009-12-02 | 1 | -22/+0 |
| | |||||
* | Refactor plugins | Yehuda Katz + Carl Lerche | 2009-11-11 | 1 | -1/+2 |
| | |||||
* | Add the ability to merge initializers from various objects in order. | Yehuda Katz + Carl Lerche | 2009-11-05 | 1 | -4/+38 |
| | |||||
* | Conceptually unify instance & global initializers | Yehuda Katz + Carl Lerche | 2009-11-05 | 1 | -61/+50 |
| | |||||
* | Tests pass again | Yehuda Katz | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | Update initializable | Yehuda Katz + Carl Lerche | 2009-10-27 | 1 | -51/+59 |
| | |||||
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -20/+49 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -0/+70 |