aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-021-1/+1
* Get initializer_test.rb to pass with the new initializer.Yehuda Katz + Carl Lerche2009-06-231-11/+11
* Started making progress on implementing a new initializer.Yehuda Katz + Carl Lerche2009-06-231-28/+27
* Fix initializer i18n path testJeremy Kemper2009-06-011-0/+1
* ensure initialize_database_middleware doesn't use ActionController if action_...calavera2009-05-271-4/+19
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-205/+275
|\
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
| * Test view path loading from the initializer.Manfred Stienstra2009-02-251-2/+26
| * Test database middleware loading from the initializer.Manfred Stienstra2009-02-251-9/+48
| * load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-2/+3
| * Fix loader's LoadError exception message to mention missing plugins and omit ...Oshoma Momoh2009-02-131-0/+20
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-212/+204
|/
* fix failing railties testJoshua Peek2008-12-011-2/+2
* Changed Rails.root to return a Pathname object (allows for Rails.root.join("a...David Heinemeier Hansson2008-11-301-2/+2
* Enhanced Rails.root to take parameters that'll be join with the root, like Ra...David Heinemeier Hansson2008-11-291-0/+10
* 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