Oh wait, there is a bug open for that I think. I haven't done anything with STI myself but I've seen mention of it pop up a few times. Something about being unable to create the child table unless the parent table is already in place IIRC.
On Jan 22, 12:31 pm, VegHead <[email protected]> wrote: > Also, note that I cannot reproduce this with a straight Rails setup. > > On Jan 22, 10:03 am, VegHead <[email protected]> wrote: > > > I'm getting an error when running db:migrate for my Hobo project with > > a clean database. I have two models, A and B, where B extends A > > through single-table-inheritance. Creating everything works. But if I > > start with a fresh database, rake fails with an error: > > > $ rake db:migrate > > (in /Users/myuser/src/test) > > rake aborted! > > Table as does not exist > > -- 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.
