aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update plugin loading tests to reflect changes in plugin fixtures."Joshua Peek2008-04-211-24/+25
* Update plugin loading tests to reflect changes in plugin fixtures.Joshua Peek2008-04-211-25/+24
* 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