aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-261-3/+22
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-1/+1
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-10/+11
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-1/+9
* fix doc typosrick2008-05-311-2/+1
* Expose GemPlugin load_paths so they can be added to Dependencies.load_paths. ...Dmitriy Timokhin2008-05-311-10/+6
* Merge docrails:Pratik Naik2008-05-091-8/+8
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-0/+20
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-271-3/+19
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-081-0/+1
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-081-0/+83