aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/initializable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|
* applies new string literal convention in railties/libXavier Noria2016-08-061-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 nameta1kt0me2016-06-121-2/+4
|
* Delegate public method for raitile nameta1kt0me2016-06-111-0/+2
|
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
|
* use tsort_each to avoid intermediary arrayAaron Patterson2012-03-301-1/+1
|
* :group => :assets should only run in the assets environment.José Valim2011-10-021-2/+3
|
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-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é Valim2010-06-241-8/+0
|
* Fix initializable testsJeremy Kemper2010-06-241-1/+1
|
* Move Collection responsibility from application to initializableJeremy Kemper2010-06-241-1/+1
|
* Speed up boot by tsorting as infrequently as possibleJeremy Kemper2010-06-241-7/+2
|
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-17/+12
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Ensure all initializers are collections.José Valim2010-01-261-4/+5
|
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-14/+5
|
* Raise an exception if an initializer is defined without a blockCarlhuda2009-12-231-0/+1
|
* Fix warnings in railties configuration and initializeableJoshua Peek2009-12-141-2/+2
|
* Remove global Rails initializersCarlhuda2009-12-021-22/+0
|
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-1/+2
|
* Add the ability to merge initializers from various objects in order.Yehuda Katz + Carl Lerche2009-11-051-4/+38
|
* Conceptually unify instance & global initializersYehuda Katz + Carl Lerche2009-11-051-61/+50
|
* Tests pass againYehuda Katz2009-10-271-2/+2
|
* Update initializableYehuda Katz + Carl Lerche2009-10-271-51/+59
|
* Moving more initializers into the application objectCarl Lerche2009-10-081-20/+49
|
* Start moving the initializers into the application objectCarl Lerche2009-10-081-0/+70