mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.2k forks source link

Fix `Deprecate Unicode#downcase/upcase/swapcase.` #962

Open sin-to-jin opened 5 years ago

sin-to-jin commented 5 years ago
DEPRECATION WARNING: ActiveSupport::Multibyte::Unicode#downcase is deprecated and will be removed from Rails 6.1. Use String methods directly. (called from unicode_downcase at /vendor/bundle/ruby/2.6.0/bundler/gems/acts-as-taggable-on-d01c315f616b/lib/acts_as_taggable_on/tag.rb:126)

ref rails/rails@619b2ae

sin-to-jin commented 5 years ago

Reverted because there was an extra commit.