hi all I am following the RoR guide to create a sample blog application
i have written on command line:
rake db:create
(in /home/fb_app/rails_apps/blog2)
Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the gem sources listed in your Gemfile.
Try running `bundle install`.
why i am getting this error .I have also done “bundle install” still this error is coming .
Try by installing the following packages
apt-get install ruby1.8-dev libsqlite3-ruby libsqlite3-devThis should solve the problem.