| Message: 96954 |
 |
BY: Praveen Devarao (praveend) DATE: 2011-09-05 04:54 SUBJECT: RE: New Windows 7 Ruby 1.9.2 Rails 3.1 ibm_db Hi David,
I am able to repro this scenario, only in cases where I have not run migrations.
Did you run migrations (rake db:migrate)? Looks like not. the error is popped up due to not able to find the table in the database. Migrate your database and give a try.
Coming to the error message not being seen, looks like the error message is not being retrieved properly in the driver. I will look into this and have it fixed.
Thanks
Praveen | |