aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/inflector.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Inflector.humanize to turn attribute names like employee_salary into "E...David Heinemeier Hansson2005-01-171-0/+4
* Also accepts Symbols and Classes by calling .to_s on the word suppliedDavid Heinemeier Hansson2005-01-101-5/+5
* Fixed rewriting of dashes, lashesDavid Heinemeier Hansson2005-01-081-1/+1
* Moved support from both Action Pack and Active Record into a separate module ...David Heinemeier Hansson2004-12-291-0/+80