A
Ari Brown
Hey all. More ActiveRecord trouble.
So I have my ActiveRecord connection. All is good. I am connecting to
an SQLite3 database, which is working out pretty well for me. I think.
So my story is this: When I tried to use the table "characters",
abstracted from class Character, I get an error:
`table_structure': ActiveRecord::StatementInvalid
(ActiveRecord::StatementInvalid)
I did some poking around and actually read the error message, and I'm
getting this error because there is no table characters (right??)
So how do I create these tables in ActiveRecord?
Thanks,
aRi
--------------------------------------------|
If you're not living on the edge,
then you're just wasting space.
So I have my ActiveRecord connection. All is good. I am connecting to
an SQLite3 database, which is working out pretty well for me. I think.
So my story is this: When I tried to use the table "characters",
abstracted from class Character, I get an error:
`table_structure': ActiveRecord::StatementInvalid
(ActiveRecord::StatementInvalid)
I did some poking around and actually read the error message, and I'm
getting this error because there is no table characters (right??)
So how do I create these tables in ActiveRecord?
Thanks,
aRi
--------------------------------------------|
If you're not living on the edge,
then you're just wasting space.