srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

rake db:migrate during installation? :-/ #110

Closed foca closed 12 years ago

foca commented 12 years ago

What's the rationale for not including the db/schema.rb file, which should be the authoritative source for generating a database at any given point in time? This makes rake db:setup not work, and makes me an sad panda.

srushti commented 12 years ago

That's mainly due to @achamian's & @kaiwren's hesitation to check in any generated file. Having just talked it over now the only issue seems to be idiots making changes to schema.rb itself. I don't really want to make decisions defensively with that kind of situation in mind. I'll be checking it in now.