I upgraded to Rails 2.02 and created a new project. I created a table
with migrations. It’s there. At sqlite3 prompt I add a record. I
can select * and see the data. But Mymodel.find(:all) returns
nothing. Even in a unit test, Mymodel.count returns zero.
I thought I might need to update gem ruby-sqlite - this refuses to
compile missing ruby.h (and yes I have ruby-dev installed).
Any ideas ? Is the problem related to needing a new sqlite gem ? If
so, any ideas of getting it compiled (Ubuntu Gutsy). Thks.