aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_locator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update plugin loading tests to reflect changes in plugin fixtures."Joshua Peek2008-04-211-12/+15
* Update plugin loading tests to reflect changes in plugin fixtures.Joshua Peek2008-04-211-15/+12
* 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