Ruby - ActiveRecord::ConnectionNotEstablished

前端 未结 12 1810
臣服心动
臣服心动 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 20:11

    I was migrating from a previous version of Rails. For me the fix was to add

    require 'rails/all'

    at the top of application.rb instead of the 5 separate requires I had.

提交回复
热议问题