motoki-shun
Results
1
comments of
motoki-shun
Provisionally, I've solved it this way in `config/initializers/acts_as_taggable_on.rb`. ```ruby begin ActsAsTaggableOn.force_binary_collation = true rescue ActiveRecord::NoDatabaseError => err Rails.logger.error err end ``` I hope that this issue will be fixed.