Hi, Another post to ask if there is a good practice to refactor deploy.rb into several files. I created config/recipes and load my files in there from deploy.rb. Works fine.
I can't help to feel strange though when I see deploy.rb not beeing in this recipe folder, since deploy.rb in the capistrano gem lives inside the recipe dir. (I know, I tend to be a bit of a freak when it comes to files organisation ^^). So I also wanted to share one thought : capify my_rails_app creates Capfile and config/deploy.rb. Wouldn't it be a good thing to have it create a config/recipe folder and place deploy.rb there ? Ju --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
