Re: [Rails] Problems with SQLite3

2011-03-22 Thread Bryan Crossland
On Mon, Mar 21, 2011 at 11:14 PM, Hashbang Hashbang li...@ruby-forum.comwrote: Hi! I've got a very strange problem. Suddenly the SQLite3 Backend stopped working. Example 1: rake db:rollback == CreateProducts: reverting = --

[Rails] Problems with SQLite3

2011-03-21 Thread Hashbang Hashbang
Hi! I've got a very strange problem. Suddenly the SQLite3 Backend stopped working. Example 1: rake db:rollback == CreateProducts: reverting = -- drop_table(:products) rake aborted! An error has occurred, this and all later migrations canceled:

[Rails] Problems with Sqlite3 and apt-get

2011-03-03 Thread Scott L Gu
I am new to Ruby, and have a problem to install Sqlite3. After searching the previous posts, I found a solution, first to do : sudo apt-get install libsqlite3-0 libsqlite3-dev However, I am on an AWS Ec2 instance which don't have apt-get, only with yum. Would anyone please tell me how to