aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_locator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-57/+50
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-261-1/+1
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-2/+2
* Sort the results to remove platform dependent test failuresMichael Koziarski2008-02-201-2/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-081-49/+57
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-221-7/+13
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-0/+14
* Move responsibility for ensuring that all registered gems were loaded from th...Marcel Molina2007-03-031-8/+8
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-021-0/+41