Rails adds a humanize() method for strings that works as follows (from the Rails RDoc):
humanize()
\"employee_salary\".humanize # => \"Employee salary\"
In http://as.rubyonrails.org/classes/ActiveSupport/CoreExtensions/String/Inflections.html you have some methods used to prettify and un-prettify strings.