aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector/inflections.rb
Commit message (Expand)AuthorAgeFilesLines
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-17/+17
* resistance is futileXavier Noria2013-01-211-1/+1
* slices less, reads betterXavier Noria2013-01-211-13/+22
* Inflector irregular singularize rulesJuanjo Bazán2013-01-011-0/+3
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-2/+4
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-4/+4
* update AS/inflector docs [ci skip]Francesco Rodriguez2012-09-141-48/+64
* Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-9/+14
* make sure the inflection rules are loaded when cherry-picking active_support/...Xavier Noria2012-06-291-0/+2
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-8/+1
* decouples the implementation of the inflector from its test suiteXavier Noria2012-02-241-0/+7
* say unshift when you mean unshift (modulus prepend)Xavier Noria2012-02-111-3/+5
* Add acronym support to Inflector; Issue #1366David Lee2011-06-111-3/+4
* RefactorDavid Lee2011-06-111-91/+51
* 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
* Changed the way inflections for uncountables work for 'funky jeans' [#3576 st...Rolf Bjaanes2010-04-051-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-071-0/+213