aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-6/+6
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-138/+133
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-4/+12
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-271-0/+18
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-081-0/+11
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-081-0/+130
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-021-111/+0
* Reapply plugin load path changes from [5720]Michael Koziarski2006-12-181-3/+34
* Revert [5720] Michael Koziarski2006-12-161-28/+2
* Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...Michael Koziarski2006-12-151-2/+28
* Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.Jeremy Kemper2006-08-291-0/+8
* New configuration option config.plugin_paths which may be a single path like ...Jeremy Kemper2005-11-071-0/+72