I was a little off on the reason for the failure. Turns out the reason
was that the Haml gem wasn't yet installed on the server.
On Apr 8, 10:31 am, chris <[EMAIL PROTECTED]> wrote:
> the deploy:cold is failing when trying to run the migration file. I
> would imagine this is due to the migration being attempted without a
> password and initially that made sense since I forgot to add that to
> the deploy.rb file.
>
> After adding the username and password I still get the exact same
> error:
>
> This is what I put in
> task :database_yml do
> set :db_user, Capistrano::CLI.ui.ask("database user: ")
> set :db_pass, Capistrano::CLI.password_prompt("database password:
> ")
> end
> after deploy:setup, :database_yml
>
> Unfortunately after add the above I was never prompted to enter the db
> username and password. For testing I stripped everything down to the
> minimum, but this still causes the same failure.
>
> set :db_user, "root"
> set :db_pass, "XXXXX"
>
> The database has already been created on the server so that is not the
> issue either.
>
> Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---