aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflections.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-11/+11
* docs, hide inflector comment targeting only contributors. [ci skip]Yves Senn2014-02-111-1/+3
* docs, mention that the current inflection rules are frozen. [ci skip]Yves Senn2014-02-101-0/+4
* Don't have a cow, man!Andrew White2013-07-301-1/+0
* Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-1/+1
* make sure the inflection rules are loaded when cherry-picking active_support/...Xavier Noria2012-06-291-0/+2
* Fix an issue with inflection where my_analyses (in plular form) incorrectly c...Anuj Dutta2012-05-161-1/+1
* fix inflector bug where -ice gets pluralized into -ouseWes Morgan2012-02-251-4/+4
* fixes a regression introduced by 532cd4, and a bogus test in AP the regressio...Xavier Noria2012-02-101-2/+3
* Add Inflection test (and fixes) to ensure singularizing a singular actually g...Mark McSpadden2012-01-271-6/+7
* Fix inflection regexes for mouse, miceMark Rushakoff2011-12-071-3/+3
* Added irregular zombie inflection, so zombies no longer gets singularized int...Gregg Pollack2011-08-071-0/+1
* handle double pluralization for irregular pluralsDan Pickett2011-02-161-0/+4
* Changed the way inflections for uncountables work for 'funky jeans' [#3576 st...Rolf Bjaanes2010-04-051-1/+1
* Adding inflection of databases (usually we wouldn't amend the current default...Jiri Zajpt2009-02-121-0/+1
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-49/+51
* Added support for pluralization with a different starting letter than the sin...David Heinemeier Hansson2007-06-231-0/+1
* Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496.Jeremy Kemper2007-05-291-1/+1
* Inflections: don't singularize -ies plurals.Jeremy Kemper2006-08-301-1/+0
* Remove unnecessary brackets in regex (closes #5715)David Heinemeier Hansson2006-08-051-1/+1
* r3214@asus: jeremy | 2005-11-20 02:03:05 -0800Jeremy Kemper2005-11-211-48/+48
* Fix status pluralization bug so status_codes doesn't get pluralized as status...Jeremy Kemper2005-11-071-2/+2
* Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net]David Heinemeier Hansson2005-09-121-4/+6
* Added irregular inflection sex => sexes #1826 [rails@electricvisions.com]David Heinemeier Hansson2005-09-111-0/+1
* You will never sleep again!David Heinemeier Hansson2005-09-031-1/+1
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-0/+50