Hi folks, In aa360a8, Marcin mentioned a bug in ActsAsTaggableOn:
commit aa360a8ed80d3d7e946c0b02a6e08be546ab25bb Author: Marcin Kulik <[email protected]> Date: Wed Sep 18 09:47:11 2013 +0200 Disable remove_unused_tags of ActsAsTaggableOn gem This feature of the gem has a bug and there is no upstream fix for it yet. Recommended solution is to disabled this option and run a tag cleanup task periodically. diff --git a/config/initializers/acts_as_taggable_on.rb b/config/initializers/acts_as_taggable_on.rb index ce155c0..3ad2f99 100644 --- a/config/initializers/acts_as_taggable_on.rb +++ b/config/initializers/acts_as_taggable_on.rb @@ -1,2 +1 @@ ActsAsTaggableOn.delimiter = " " -ActsAsTaggableOn.remove_unused_tags = true Is this https://github.com/mbleigh/acts-as-taggable-on/issues/319 ? - Ken -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
