aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector
Commit message (Expand)AuthorAgeFilesLines
* adds code examples for negative ordinalizeVijay Dev2011-05-081-1/+3
* ordinalize negative numbers patchJason2011-05-071-2/+2
* proper reset all inflector scopesStefan Huber2011-04-251-1/+1
* Added a word boundary to uncountable inflection regex for #singularize so sho...John Paul Ashenfelter2010-12-221-1/+1
* require i18n in transliterate so it can run in isolated situationsJack Dempsey2010-09-141-0/+1
* camelize and underscore are sort of inverse of each other, but not in a mathe...Xavier Noria2010-07-221-1/+11
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-2/+3
* fixes colon in previous YAML exampleXavier Noria2010-05-031-1/+1
* Fix transliteration rule example in docs. [#4526 state:resolved]Norman Clarke2010-05-031-2/+3
* Delegate Inflector.transliterate to i18n. [#4508 state:resolved]Norman Clarke2010-04-301-38/+56
* Improve reliability of Inflector.transliterate. [#4374 state:resolved]Norman Clarke2010-04-121-24/+37
* Avoid unnecessary allocations in Inflector.underscore [#3626 state:resolved]Joe Van Dyk2010-04-121-5/+7
* Changed the way inflections for uncountables work for 'funky jeans' [#3576 st...Rolf Bjaanes2010-04-051-1/+1
* Parameterize should accept malformed utf8 characters [#4323 state:resolved]Kristopher Murata2010-04-041-1/+4
* Any reason we can't just use the slow 1.8 path for transliteration in 1.9?wycats2010-03-171-2/+2
* Removed the + sign as an accepted character from the parameterize method, as ...Stijn Mathysen2010-03-051-1/+1
* Avoid calling triggering const_missing if const_missing is private when doing...Carl Lerche2010-02-181-1/+1
* Remove string access core extension dependencyJeremy Kemper2009-11-091-3/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-073-0/+413