aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializable_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove run_initializers from class methods.José Valim2010-06-241-25/+14
|
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-1/+1
|
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-2/+41
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-17/+11
|
* Raise an exception if an initializer is defined without a blockCarlhuda2009-12-231-0/+10
|
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-2/+6
|
* Add the ability to merge initializers from various objects in order.Yehuda Katz + Carl Lerche2009-11-051-2/+6
|
* Conceptually unify instance & global initializersYehuda Katz + Carl Lerche2009-11-051-12/+60
|
* Tests pass againYehuda Katz2009-10-271-10/+10
|
* Update initializableYehuda Katz + Carl Lerche2009-10-271-10/+85
|
* Add a test that ensures that Rails::Initializable can be used with modulesCarl Lerche2009-10-081-0/+12
|
* Moving more initializers into the application objectCarl Lerche2009-10-081-0/+56