LoginSignup
1
0

More than 5 years have passed since last update.

Rails 5.1.4でacts-as-taggable-onを使おうとしたら色々大変だったメモ

Posted at

環境

  • Ruby on Rails 5.1.4

問題

acts-as-taggable-onを使おうとしたら
以下のGemfileでbundleしてmigrateやrollbackがうまく動かなかったのでメモ

Gemfile
gem 'acts-as-taggable-on', '~> 4.0'

解決策

Gemfile
gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0