aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_loader_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-271-14/+9
* 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-74/+124
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-0/+12
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-021-1/+8
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-021-0/+71