aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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