Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |