where can I find the rake tasks delivered with rails
- by ash34
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