aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/inflector.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed Inflector for words like "news" and "series" that are the same in plura...David Heinemeier Hansson2005-02-151-0/+3
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-3/+9
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-9/+3
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-3/+9
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* 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