Ruby - ActiveRecord::ConnectionNotEstablished

前端 未结 12 1806
臣服心动
臣服心动 2020-12-30 19:08

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

12条回答
  •  心在旅途
    2020-12-30 19:49

    If you have in your Gemfile something like:

    gem 'sqlite3-ruby', '> 1.2.0', :require => 'sqlite3'

    replace it with:

    gem 'sqlite3'

提交回复
热议问题