Storing configuration in your git repository is not the greatest thing on earth: http://www.12factor.net/config
At least by pulling it from code it becomes very easy to assign to ENV Variables. -- Richard Schneeman http://heroku.com @schneems (http://twitter.com/schneems) On Sunday, May 5, 2013 at 8:04 PM, Amiel Martin wrote: > I chose to make ActionMailer like ActiveRecord because I think that more > people know ActiveRecord's configuration. However, if there is something > about the way ActionMailer is configured that is desired, then ActiveRecord's > configuration could also be changed (although it seems like it would be > harder to change and deprecate ActiveRecord configuration). > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
