Created
February 11, 2010 07:01
-
-
Save sssionggg/301298 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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