How are each of the Rails deploy roles used? (:app, :web, and :db) I imagine :app is where the application code is pushed to, and where Rails is actually run.
Is :db where the migrations are run from? (Or are they run from everywhere in :app? I'd assume they would work from there...) Does :web do anything out of the box? (Could put nginx on a separate machine from the actual app servers. In this case, is :web the nginx machine?) --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
