aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/inflector.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added Inflector.humanize to turn attribute names like employee_salary into ↵David Heinemeier Hansson2005-01-171-0/+4
| | | | | | "Employee salary". Used by automated error reporting in AR. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@449 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Also accepts Symbols and Classes by calling .to_s on the word suppliedDavid Heinemeier Hansson2005-01-101-5/+5
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@366 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed rewriting of dashes, lashesDavid Heinemeier Hansson2005-01-081-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@345 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Moved support from both Action Pack and Active Record into a separate module ↵David Heinemeier Hansson2004-12-291-0/+80
called Active Support that can be included using svn:externals in both git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@273 5ecf4fe2-1ee6-0310-87b1-e25e094e27de