Re: [Rails] "Sequence does not exist" for joined model

2010-02-24 Thread Michael Pavling
In Oracle you need to create 'sequences' which populate primary keys. Given the choice, I would steer clear of Oracle with Rails - what's you boss' reasoning for wanting to use it over sqlite or mysql? On Feb 24, 2010 8:44 PM, "John Mcleod" wrote: Hello all, I'm in my 5th month on Ruby on Rails

[Rails] "Sequence does not exist" for joined model

2010-02-24 Thread John Mcleod
Hello all, I'm in my 5th month on Ruby on Rails and still learning. I have an application that works fine in sqlite3 and then the boss says he wants it migrated to Oracle. Now, I know very little about Oracle, enough to get into trouble. When I did the migration everything went haywire. Well, I'