我的宝石是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)