IZUMIYA Keisuke
IZUMIYA Keisuke
Hi. it looks not a draper bug. `Issues` should be for bug report and suggesting new features. So If you have question of how to use, I recommend posting to...
Duplicated with https://github.com/mbleigh/acts-as-taggable-on/issues/229
Have you tried to use `context` ? https://github.com/mbleigh/acts-as-taggable-on/blob/master/lib/acts_as_taggable_on/taggable.rb#L39-L41 I think almost use case is cleared by using `context`. If you need `excluding` after using `context`, I think you should implement...
I've understood it is convenient if tags have context( or type, kind). Idea looks good. But my concern is It looks complicated and decrease maintainability. Maybe, best solution is it...