Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove not used module from initializable test | Carlos Antonio da Silva | 2013-05-01 | 1 | -9/+1 |
| | |||||
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -9/+9 |
| | |||||
* | :group => :assets should only run in the assets environment. | José Valim | 2011-10-02 | 1 | -2/+2 |
| | |||||
* | Add test for belongs_to? and group initializers. | José Valim | 2011-09-24 | 1 | -2/+9 |
| | |||||
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | -25/+14 |
| | |||||
* | deOMGifying Railties, Active Support, and Action Pack | Mikel Lindsaar | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | tsort-based dependency resolution for initializers | Paul Rosania | 2010-01-29 | 1 | -2/+41 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -17/+11 |
| | |||||
* | Raise an exception if an initializer is defined without a block | Carlhuda | 2009-12-23 | 1 | -0/+10 |
| | |||||
* | Refactor plugins | Yehuda Katz + Carl Lerche | 2009-11-11 | 1 | -2/+6 |
| | |||||
* | Add the ability to merge initializers from various objects in order. | Yehuda Katz + Carl Lerche | 2009-11-05 | 1 | -2/+6 |
| | |||||
* | Conceptually unify instance & global initializers | Yehuda Katz + Carl Lerche | 2009-11-05 | 1 | -12/+60 |
| | |||||
* | Tests pass again | Yehuda Katz | 2009-10-27 | 1 | -10/+10 |
| | |||||
* | Update initializable | Yehuda Katz + Carl Lerche | 2009-10-27 | 1 | -10/+85 |
| | |||||
* | Add a test that ensures that Rails::Initializable can be used with modules | Carl Lerche | 2009-10-08 | 1 | -0/+12 |
| | |||||
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -0/+56 |