On Jan 22, 2010, at 2:30 PM, VegHead wrote:
Yup. Basically started with a brand new database... no tables at all.
Even in vanilla Rails, migrating on a blank DB isn't the preferred way to clear the db - rake db:reset should work better, and has the advantage of re-seeding the DB, if your using the db/seeds.rb stuff added in Rails 2.3.
There's a ticket about this someplace on the LH - as I recall, there's a place where we call 'columns' on a model without a table during the setup process.
--Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
