Closed axoline closed 13 years ago
This is not on the feature list at this time. I'm actually working on making acts-as-taggable-on more Rails3 friendly and cutting out Rails2 support to make it happen. no new features at this time. we do something similar in our app that uses this by running the tag through a porter stemmer before we save it to the database. shouldn't be too hard to add yourself.
Hi,
I realize this isn't an issue but more of a feature request. My apologies if this should go somewhere else, I just can't find where.
I was wondering if acts-as-taggable-on had any thoughts on implementing a slugizer feature similar to what acts_as_taggable_on_steroids (https://github.com/arturaz/acts_as_taggable_on_steroids) has.
I am using the tags in the url and would like to be able to limit the url characters to dashes and avoid the %20 and funny characters. Would love to hear of a solution or plans to integrate this. Thanks!