aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_loader_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-1/+1
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-6/+6
* Fixed deprecated call to Dependencies in plugin loader test.Joshua Peek2008-06-041-4/+4
* Add back empty plugin folders that were lost when we moved to git.Joshua Peek2008-04-211-32/+32
* Revert "Update plugin loading tests to reflect changes in plugin fixtures."Joshua Peek2008-04-211-43/+46
* Update plugin loading tests to reflect changes in plugin fixtures.Joshua Peek2008-04-211-46/+43
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-011-1/+8
* 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