I just posted a small update (version 0.2) to acts_as_formatted. It fixes a few bugs and adds ‘capitalize_words’. Obviously, it’s a recommended update! Edit: 0.3 is already out! I added the possibility to call acts_as_formatted more than once on the same model, which is very useful! The project page is at http://rubyforge.org/projects/actsasformatted/. The lastest README [...]
Archive > November 2006
acts_as_formatted 0.1 is out
I was doing a little Ruby on Rails hacking and I needed an easy way to automatically format ActiveRecord string columns. I was surprised that this wasn’t built into Rails already, and even more when I couldn’t find a 3rd party plugin that did that. I guess the open source community was calling on me [...]