aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-032-182/+0
* Move responsibility for ensuring that all registered gems were loaded from th...Marcel Molina2007-03-031-16/+0
* Use to_sentence rather than inspect when reporting which registered plugins a...Marcel Molina2007-03-021-1/+1
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-023-93/+108
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-022-0/+183