aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/rails.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure plugins' rake tasks are loaded before application's rake tasks. [#259 ...Ryan Kinderman2008-06-051-1/+1
* Plugins may be symlinked in vendor/plugins. Closes #4245.Jeremy Kemper2007-02-011-1/+1
* Rake: use absolute paths to load lib and vendor tasks so they may be run outs...Jeremy Kemper2006-11-091-2/+2
* Look for rake tasks in plugin subdirs. Closes #6259.Jeremy Kemper2006-09-221-1/+1
* Load rake task files in alphabetical order so you can build dependencies and ...David Heinemeier Hansson2005-10-261-2/+2
* Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]David Heinemeier Hansson2005-10-211-1/+2
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-111-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+7