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

Add support for Ruby 2.7 and it's kwargs #999

Closed nbulaj closed 4 years ago

nbulaj commented 4 years ago

Ruby 2.7.0 was released December 25, 2019, and has some noisy deprecation messages about keyword arguments.

acts-as-taggable-on calls multiple methods from ActiveRecord that have kwargs as the last argument and produce warnings to stdout.

So, what's done here: