From: bertly_the_coder on
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
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.