rails/railties/lib/tasks
2007-10-26 21:11:07 +00:00
..
annotations.rake Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. rspec_on_rails, I'm looking at you. [Rick] 2007-09-28 17:02:40 +00:00
databases.rake Added db:rollback to rollback the schema one version (or multiple as specified by STEP) [Jeffrey Allan Hardy] 2007-10-26 21:11:07 +00:00
documentation.rake Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS. 2007-10-08 07:10:58 +00:00
framework.rake Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS. 2007-10-08 07:10:58 +00:00
log.rake Match singular naming from directory structure [DHH] 2006-02-28 22:40:19 +00:00
misc.rake Added namespaces to all tasks, so for example load_fixtures is now db:fixtures:load. All the old task names are still valid, they just point to the new namespaced names. "rake -T" will only show the namespaced ones, though [DHH] 2006-02-27 04:38:39 +00:00
rails.rb Plugins may be symlinked in vendor/plugins. Closes #4245. 2007-02-01 20:12:36 +00:00
routes.rake Drop the trailing slash 2007-06-28 18:44:08 +00:00
statistics.rake Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz] 2006-10-27 01:26:11 +00:00
testing.rake rake test aborts if tests failed. Closes #9962 [Jason Roelofs] 2007-10-23 20:08:51 +00:00
tmp.rake Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH] 2006-04-28 00:00:50 +00:00