> I dislike this approach as app-specific config (that belongs in the app's > VCS, not necessarily chef) can often end up in your config/*.yml files. > > Example from before that applies to our configuration is database locale.
Yeah, that's definitely one of the weaknesses. But that's kind of just a sign that the config file design is wrong -- it's half app-specific, half deploy-specific. Obviously can't fix database.yml though. I'm not sure it's a reason to write-off the whole approach. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
