集成activerecord时我的第一个ruby gem无法连接数据库

时间:2019-11-02 05:31:02

标签: ruby rubygems

我的宝石是https://github.com/JohnnyTing/funny。我希望有人能帮助我。非常感谢。

将我的宝石添加到rails6中的宝石文件中

gem 'funny', github: 'JohnnyTing/funny'

然后执行bundle install

开始调用我的gem的命令行:funny generate。并显示错误。

这行代码抛出异常

@conn ||= ActiveRecord::Base.connection

我遇到了一些问题。如下:

retrieve_connection': No connection pool with 'primary' found. (ActiveRecord::ConnectionNotEstablished)

0 个答案:

没有答案