[Rails] Re: Best practice around putting rails database info int
On Apr 22, 4:04 pm, Rob Biedenharn <R...@AgileConsultingLLC.com>
wrote:
>
> However, it is that same experience that has led me to the conclusion
> that keeping db/schema.rb in the source repository is wrong. It is
> derived data and I would no more put it into the repository than I
> would have someone put their object files compiled from C or their
> class files compiled from Java in there.
>
I think there is a difference between an app like mephisto or similar
where many people are going to be deploying instances all over the
place and a private app for which there is only ever going to be one
deploy. With the latter, the database is the definition of the schema
and you don't care about people deploying the app from scratch because
no one will
Fred
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home