gpt4 book ai didi

ruby-on-rails-5 - acts_as_follower gem 在 rails5 中不起作用

转载 作者:行者123 更新时间:2023-12-03 23:37:09 24 4
gpt4 key购买 nike

acts_as_follower gem 在 Rails4 中工作正常,但在 Rails5 中不工作。 https://github.com/tcocca/acts_as_follower

当我在控制台中集成并尝试使用跟随功能时,出现以下错误:

user = User.find(1)

user2 = User.find(2)

user.follow(user2)

如果您使用的是 sqlite3 数据库,我会收到以下错误:

no table found error will be display

如果您使用的是 pg 数据库,我会收到以下错误:

TypeError: no implicit conversion of nil into String

这是演示的源代码,其中包含带有 rails5 的 act_as_follow gem<强> https://github.com/jigarbhatt2711/act_as_follow_demo

最佳答案

通过改变我的 gem

gem "acts_as_follower"

gem "acts_as_follower", github: "tcocca/acts_as_follower"

问题已解决!

关于ruby-on-rails-5 - acts_as_follower gem 在 rails5 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39423744/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com