I have a rake task file for a RubyOnRails app which resides in the lib/tasks directory. Running [rake db:migrate VERSION=0] seems to force the compiler to check syntax in the lib/tasks files. If there is a file with bad syntax then [rake db:migrate] does not run. Why? So what if I have a bad file in lib/tasks. What is happening here? Thanks.
|
|
|
|
|
|
|
When Rake runs, it automatically loads all |
||||||||
|
|
|
When You can avoid having them all loaded by specifying the rakefile you want:
|
||
|
|
