I was following the Rails tutorial, but I got stuck when it said to type rails server
in the blog directory. It states
Specified 'sqlite3' for database adapter, but the gem is not loaded. Add
gem 'sqlite3'
to your Gemfile.
I quit the server, installed sqlite3, reinstated the server, only to get this message again. sqlite3 doesn't show up when I do gem list
, but I do see the folder in my Root Ruby directory.
How can I fix this error?
I'm using Ruby 2.0, Rails 4.0, sqlite3 1.3.7.