acts_as_follower Rails4でgemが正常に動作していますが、Rails5は動作していません。あなたの場合はacts_as_follower gemがrails5で動作していません
no table found error will be display
:あなたはsqlite3のデータベースを使用している場合
user = User.find(1)
user2 = User.find(2)
user.follow(user2)
、私は次しまったエラー:https://github.com/tcocca/acts_as_follower
私は統合し、コンソールでフォロー機能を使用しよう はI、次のエラーを得ましたpgデータベースを使用していますが、次のエラーが表示されます。
TypeError: no implicit conversion of nil into String
この
gem "acts_as_follower", github: "tcocca/acts_as_follower"
に
gem "acts_as_follower"
から私の宝石を変更することによりrails5 https://github.com/jigarbhatt2711/act_as_follow_demo