where can I find the rake tasks delivered with rails
Posted
by ash34
on Stack Overflow
See other posts from Stack Overflow
or by ash34
Published on 2010-05-22T20:44:16Z
Indexed on
2010/05/22
21:20 UTC
Read the original article
Hit count: 233
ruby-on-rails
I am looking for tasks like tmp:clear or db:migrate. Where can I find the code for these tasks. I remember seeing them before but don't recollect where.
Also, is there a way I can set some global variables in a .rake file that can be accessed by all tasks in that file without passing them as arguments to each task.
thanks, ash
© Stack Overflow or respective owner