Theme By © roboweed
dwiardiirawan
Work Smart, Have Fun, Make a Difference!
Rails: Could not find gem ‘sqlite3’

Something wrong happened when I tried to start rails server:

dailicious@dailicious:~/Project/Ruby WS/first_app$ rails server
Could not find gem ‘sqlite3 (>= 0)’ in any of the gem sources listed in your Gemfile.

SOLUTIONS:

root@dailicious:~#apt-get install libsqlite3-dev
root@dailicious:~# gem install sqlite3-ruby



Posted 3rd May, 2011