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.96k stars 1.2k forks source link

Feature suggestion: force_titleize #1011

Closed mcauser closed 3 years ago

mcauser commented 3 years ago

There is a force_parameterize. What about a force_titleize option?

seuros commented 3 years ago

You can write you own Parser and Swap the generic one. https://github.com/mbleigh/acts-as-taggable-on#tag-parsers https://github.com/mbleigh/acts-as-taggable-on/blob/master/lib/acts_as_taggable_on/generic_parser.rb