aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dependencies move to ActiveSupport::Dependencies missed a few spotsDavid Heinemeier Hansson2008-06-031-2/+2
* 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
* Allow files in plugins to be reloaded like the rest of the application. [rick]Rick Olson2008-03-311-1/+3
* 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
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-082-144/+167
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-221-3/+3
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-5/+28
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-032-0/+182