acts-as-taggable-on
acts-as-taggable-on copied to clipboard
Tag ordering setting the default ordering
It allows ordering tags by name or by the taggings_counts. This gives the possibility to order by other criteria than the order of tag creation.
Can it be merged, please?
I would like to see this merged also.
I'd also like to see this merged, or something similar. I assumed I'd be able to treat it as a PORO and do this somewhere:
class ActsAsTaggableOn::Tag
default_scope { order(name: :asc) }
end