Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move responsibility for ensuring that all registered gems were loaded from ↵ | Marcel Molina | 2007-03-03 | 1 | -8/+8 |
| | | | | | | the FileSystemLocator into the Initializer once all locators have had a chance to load the gems they located. [Marcel Molina Jr.] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6292 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Split out the basic plugin locator functionality into an abstract super ↵ | Marcel Molina | 2007-03-02 | 1 | -0/+41 |
class. Add a FileSystemLocator to do the job of checking the plugin_paths for plugins. Add plugin_locators configuration option which will iterate over the set of plugin locators and load each of the plugin loaders they return. Rename locater everywhere to locator. [Marcel Molina Jr.] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6290 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |