| Commit message (Expand) | Author | Age | Files | Lines |
* | docs, hide inflector comment targeting only contributors. [ci skip] | Yves Senn | 2014-02-11 | 1 | -1/+3 |
* | docs, mention that the current inflection rules are frozen. [ci skip] | Yves Senn | 2014-02-10 | 1 | -0/+4 |
* | Don't have a cow, man! | Andrew White | 2013-07-30 | 1 | -1/+0 |
* | Make ActiveSupport::Inflector locale aware and multilingual | David Celis | 2012-07-30 | 1 | -1/+1 |
* | make sure the inflection rules are loaded when cherry-picking active_support/... | Xavier Noria | 2012-06-29 | 1 | -0/+2 |
* | Fix an issue with inflection where my_analyses (in plular form) incorrectly c... | Anuj Dutta | 2012-05-16 | 1 | -1/+1 |
* | fix inflector bug where -ice gets pluralized into -ouse | Wes Morgan | 2012-02-25 | 1 | -4/+4 |
* | fixes a regression introduced by 532cd4, and a bogus test in AP the regressio... | Xavier Noria | 2012-02-10 | 1 | -2/+3 |
* | Add Inflection test (and fixes) to ensure singularizing a singular actually g... | Mark McSpadden | 2012-01-27 | 1 | -6/+7 |
* | Fix inflection regexes for mouse, mice | Mark Rushakoff | 2011-12-07 | 1 | -3/+3 |
* | Added irregular zombie inflection, so zombies no longer gets singularized int... | Gregg Pollack | 2011-08-07 | 1 | -0/+1 |
* | handle double pluralization for irregular plurals | Dan Pickett | 2011-02-16 | 1 | -0/+4 |
* | Changed the way inflections for uncountables work for 'funky jeans' [#3576 st... | Rolf Bjaanes | 2010-04-05 | 1 | -1/+1 |
* | Adding inflection of databases (usually we wouldn't amend the current default... | Jiri Zajpt | 2009-02-12 | 1 | -0/+1 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -49/+51 |
* | Added support for pluralization with a different starting letter than the sin... | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+1 |
* | Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | Inflections: don't singularize -ies plurals. | Jeremy Kemper | 2006-08-30 | 1 | -1/+0 |
* | Remove unnecessary brackets in regex (closes #5715) | David Heinemeier Hansson | 2006-08-05 | 1 | -1/+1 |
* | r3214@asus: jeremy | 2005-11-20 02:03:05 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -48/+48 |
* | Fix status pluralization bug so status_codes doesn't get pluralized as status... | Jeremy Kemper | 2005-11-07 | 1 | -2/+2 |
* | Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net] | David Heinemeier Hansson | 2005-09-12 | 1 | -4/+6 |
* | Added irregular inflection sex => sexes #1826 [rails@electricvisions.com] | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+1 |
* | You will never sleep again! | David Heinemeier Hansson | 2005-09-03 | 1 | -1/+1 |
* | Added String#at, String#from, String#to, String#first, String#last in ActiveS... | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+50 |