aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-261-0/+1
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-261-4/+4
* Explicitly require action_view to bring in its i18n load pathJeremy Kemper2008-11-241-0/+3
* Reflect default locale change from en-US to enJeremy Kemper2008-11-191-3/+3
* Added config.i18n settings gatherer to config/environment, auto-loading of al...David Heinemeier Hansson2008-11-181-2/+47
* Initializer to sort files before eager loading. [#859 state:resolved]Tom Ward2008-08-221-0/+18
* Check for ActionMailer and ActionController before attempting to eager load t...Sam Granieri2008-07-241-1/+20
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-3/+3
* Wrap Initializer after_initialize inside mocha block.Joshua Peek2008-06-071-48/+48
* Fixed initializer tests by stubbing out gems dependencies check.Joshua Peek2008-06-021-16/+18
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-011-0/+7
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-081-0/+81
* Tidy up framework initialization code to ensure that it doesn't add folders t...Michael Koziarski2007-10-041-0/+53
* Fix test (closes #9618)David Heinemeier Hansson2007-09-221-1/+1
* Support multiple config.after_initialize blocks so plugins and apps can more ...Jeremy Kemper2007-09-181-7/+69
* Canonicalize configuration.root_path and replace RAILS_ROOT.Jeremy Kemper2007-03-291-15/+4
* New configuration option config.plugin_paths which may be a single path like ...Jeremy Kemper2005-11-071-12/+9
* Constants set in the development/test/production environment file are set in ...Jamis Buck2005-10-231-0/+36