Are you using a Windows OS? It seems to be rather common for Windows users to have problems with SQLite3. Although AFAIK it's usually a problem with installing the GEM, not it's operation afterwards.
In any case, if you CD to the shovell folder and (use \ for Windows)
Code:
..shovell>sqlite3 db/development.sqlite3
Do you see something like
Code:
C:\ruby\shovell>sqlite3 db\development.sqlite3
SQLite version 3.6.1
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
and if you enter .tables do you see something like
Code:
sqlite> .tables
schema_migrations taggings users
stories tags votes
sqlite>
*some tables come later on in the book
Bookmarks