I am rather new to Ruby and have been following along with the book \"Ruby On Rails 3 Tutorial - Learn Ruby by Example - by Michael Hartl\". I am currently in Chapter 3 whic
If you have in your Gemfile something like:
gem 'sqlite3-ruby', '> 1.2.0', :require => 'sqlite3'
replace it with:
gem 'sqlite3'