/ Published in: Rails
I'm always forgetting what rake can do or how to write it so here's a quick command that will list out everything.
Expand |
Embed | Plain Text
cd rails_application rake -T
You need to login to post a comment.
chrisaiv on 10/27/08
2 people have marked this snippet as a favorite
I'm always forgetting what rake can do or how to write it so here's a quick command that will list out everything.
cd rails_application rake -T
You need to login to post a comment.