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.98k stars 1.19k forks source link

Scope tags for taggable type #923

Open florianeck opened 6 years ago

florianeck commented 6 years ago

just realized when suggesting autocomplete for tags to users, i cant show tags only for a certain taggable_type (maybe i missed it in the code though) - if not here is a patch for that situation.

in may case - tags are totally different depending on the class the are assigned to. now i can filter for that as well.

seuros commented 6 years ago

This new scope will need a Readme and Changelog entry.

use Appraisal to have sqlite3