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

Creating an HTTP Streaming Client in Silverlight

The Order of Rails Validation Filters

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