You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `has_many :tag_taggings, class_name: 'ActsAsTaggableOn::Tagging'` (called from block in <module:ActsAsTaggable> at /spree/core/app/models/concerns/spree/acts_as_taggable.rb:6)
DEPRECATION WARNING: Passing a class to the `class_name` is deprecated and will raise an ArgumentError in Rails 5.2. It eagerloads more classes than necessary and potentially creates circular dependencies. Please pass the class name as a string: `has_many :tags, class_name: 'ActsAsTaggableOn::Tag'` (called from block in <module:ActsAsTaggable> at /spree/core/app/models/concerns/spree/acts_as_taggable.rb:6)
Please go to here : Pull Request #887 to see all the ready to merge and to use solutions to work with Rails 5.2! It is fully tested and ready to go! It is just missing to merge the changes into the main project!
Context
acts-as-taggable-on is a dependency in Spree
getting the following when bumping to Rails 5.1
https://github.com/spree/spree/blob/master/core/app/models/concerns/spree/acts_as_taggable.rb
Possible Fix
A new version release should solve the problem as the fix was patched in a recent PR here #813
The text was updated successfully, but these errors were encountered: