Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -3/+13 |
| | |||||
* | Got all the railties tests to pass, rails must boot! | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+2 |
| | |||||
* | Missed one | Jeremy Kemper | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Remove Symbol#to_proc dependency | Jeremy Kemper | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |
| | | | | [#1617 state:resolved] | ||||
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -57/+50 |
| | |||||
* | Added that config/routes.rb files in engine plugins are automatically loaded ↵ | David Heinemeier Hansson | 2008-11-26 | 1 | -1/+1 |
| | | | | (and reloaded when they change in dev mode) [DHH] | ||||
* | Make plugins initialize also from rails/init.rb to ensure consistency with ↵ | Jacek Becela | 2008-06-08 | 1 | -2/+2 |
| | | | | | | gems used as plugins [#272 state:resolved] | ||||
* | Sort the results to remove platform dependent test failures | Michael Koziarski | 2008-02-20 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8568 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ↵ | Rick Olson | 2007-11-08 | 1 | -49/+57 |
| | | | | | | Closes #9795 [lazyatom] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added symbols as a legal way of specifying plugins in config.plugins (closes ↵ | David Heinemeier Hansson | 2007-09-22 | 1 | -7/+13 |
| | | | | | | #9629) [tom] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7540 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added the :all option to config.plugins thatll include the rest of the ↵ | David Heinemeier Hansson | 2007-09-21 | 1 | -0/+14 |
| | | | | | | plugins not already explicitly named (closes #9613) [fcheung] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7531 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | 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 |