On 8/2/07, redbaritone <[EMAIL PROTECTED]> wrote: > > It doesn't know database.yml? How does it know which adapter to use > when running migrations?
Capistrano doesn't directly run migrations. It logs into whatever machine you defined as being in the :db role, changes to your application directory, and then invokes "rake db:migrate". - Jamis --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
