| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -2/+13 |
* | Got all the railties tests to pass, rails must boot! | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+2 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -6/+6 |
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -138/+133 |
* | Make plugins initialize also from rails/init.rb to ensure consistency with ge... | Jacek Becela | 2008-06-08 | 1 | -4/+12 |
* | Added Plugin#about method to programmatically access the about.yml in a plugi... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+18 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
* | Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] | Rick Olson | 2007-11-08 | 1 | -0/+11 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 1 | -0/+130 |
* | Split plugin location and loading out of the initializer and into a new Plugi... | Marcel Molina | 2007-03-02 | 1 | -111/+0 |
* | Reapply plugin load path changes from [5720] | Michael Koziarski | 2006-12-18 | 1 | -3/+34 |
* | Revert [5720] | Michael Koziarski | 2006-12-16 | 1 | -28/+2 |
* | Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ... | Michael Koziarski | 2006-12-15 | 1 | -2/+28 |
* | Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined. | Jeremy Kemper | 2006-08-29 | 1 | -0/+8 |
* | New configuration option config.plugin_paths which may be a single path like ... | Jeremy Kemper | 2005-11-07 | 1 | -0/+72 |