Rake Tasks

To see the available rake tasks, enter "rake -T" (a list view), or "rake -D" (descriptions). If you are interested in a particular task such db, you can enter "rake -T db" or "rake -D db".

Thanks http://www.databasically.com/2008/08/03/rake-list-tasks.

Comments

Popular posts from this blog

Accessing Resources in Java, use of getResource method of Class and ClassLoader, How to access test data in unit tests

Comparison of equality operators in Ruby: == vs. equal? vs. eql? vs. ===

TCPView