Thanks for all this! I'm getting around to implementing this per your example, and I have a few questions as I'm getting core dumps.
In the below snippet: > # Tasks for config files > namespace :config_files do > require 'erb' > desc "Create config files:database.yml, mongrel_cluster.yml and mailer.rb" > task :default do > database_yml > mongrel_cluster_yml > mailer_rb > local_config_rb > end I commented out databas_yml, mailer_rb, and local_config_rb since I wanted to address just my issue with the mongrel cluster pointing to the right YAML file at startup. Was this wrong to do, especially commenting out database_yml? Does this mean it is unable to find the location for database.yml? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
