aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin/locator.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-100/+0
* Remove some remnants of config.gemCarl Lerche2009-10-171-1/+1
* Get Railties passing againYehuda Katz2009-05-161-1/+1
* Merge docrailsPratik Naik2008-12-191-1/+1
* Plugin locator: sort directory listing because we can't assume that the OS wi...Hongli Lai (Phusion2008-07-091-1/+1
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-3/+4
* include bugfix to [e792d4ab70448f79142fdf492390682ff5ea6398] for rubygems 1.0...rick2008-05-061-2/+3
* Added code to make initialization process call rails/init.rb for unpacked gemsPaul Barry2008-05-061-1/+2
* Fixed that no gems installed would cause error (closes #11459) [thechrisoshow]David Heinemeier Hansson2008-03-281-1/+1
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-1/+20
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-081-31/+50
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-031-0/+59