Skip to content

Instantly share code, notes, and snippets.

@siong1987
Created February 11, 2010 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siong1987/301298 to your computer and use it in GitHub Desktop.
Save siong1987/301298 to your computer and use it in GitHub Desktop.
[master][~/Projects/rails] rake -T
(in /Users/siong1987/Projects/rails)
rake clobber_package # Remove package products
rake clobber_rdoc # Remove rdoc products
rake default # Run all tests by default
rake gem # Run gem task for all projects / Build the gem file rails-3.0.0.beta1.gem
rake gemspec # Run gemspec task for all projects
rake package # Run package task for all projects / Build all the packages
rake pdoc # Publish API docs for Rails as a whole and for each component
rake pgem # Run pgem task for all projects
rake rdoc # Run rdoc task for all projects / Build the rdoc HTML Files
rake release # Release all gems to gemcutter.
rake release_projects # Release all components to gemcutter.
rake repackage # Force a rebuild of the package files
rake rerdoc # Force a rebuild of the RDOC files
rake smoke # Smoke-test all projects
rake test # Run test task for all projects
rake test:isolated # Run test:isolated task for all projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment