From: bertly_the_coder on 16 Feb 2010 03:14 Hey guys, does anyone know what causes the "don't know how to build task db:migrate" error, and how to fix it? I am trying to deploy a Sinatra app. Thx.
From: Mohit Sindhwani on 16 Feb 2010 03:21 On 16/2/2010 4:15 PM, bertly_the_coder wrote: > Hey guys, does anyone know what causes the "don't know how to build > task db:migrate" error, and how to fix it? I am trying to deploy a > Sinatra app. > > Thx. > Should mean that the Rakefile which has the descriptions of the specific Rake tasks is not available in the local directory or has a name different from the default. I think you should check if you are running rake from the correct directory. Cheers, Mohit. 16/2/2010 | 4:21 PM.
|
Pages: 1 Prev: Running both Ruby 1.8 and 1.9 on same windows machine Next: rsec - parsec for ruby1.9 |