When working with Rails, is there any way to customize the results from rake commands?
For instance, I use the rake dump task - rake db:dump
- so that it gets all my locally produced database entries. I would want to expand that to a deployed app so that I can run one command and have a file that can reproduce my DB.
How can this be done?