aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
Commit message (Expand)AuthorAgeFilesLines
* Inflector irregular singularize rulesJuanjo Bazán2013-01-011-0/+1
* Adds missing inflector tests to ensure idempotencyGodfrey Chan2012-06-211-0/+2
* Fix an issue with inflection where my_analyses (in plular form) incorrectly c...Anuj Dutta2012-05-161-0/+1
* Merge pull request #5177 from cap10morgan/fix-gh-issue-4374José Valim2012-04-301-1/+3
|\
| * fix inflector bug where -ice gets pluralized into -ouseWes Morgan2012-02-251-1/+3
* | adds a new test case for titleizeXavier Noria2012-04-081-0/+1
* | revises the regexp used in titleizeXavier Noria2012-04-071-12/+15
* | String#titleize works properly with smart quotes, closes #5584Vasiliy Ermolovich2012-03-261-1/+3
|/
* fixes a regression introduced by 532cd4, and a bogus test in AP the regressio...Xavier Noria2012-02-101-0/+1
* Fix inflection regexes for mouse, miceMark Rushakoff2011-12-071-1/+5
* Added the test case for #3537Pavan Kumar Sunkara2011-11-061-0/+1
* Revert removing gsub and sub from safe buffer.José Valim2011-09-081-0/+7
* remove support of symbols on classify and camelizeDamien Mathieu2011-09-081-7/+0
* StringToParameterizeWithNoSeparator: dashed parameter will notArun Agrawal2011-06-251-1/+1
* Test retain delimiter in parameterization inflectorDavid Lee2011-06-111-0/+3
* ordinalize negative numbers patchJason2011-05-071-0/+30
* handle double pluralization for irregular pluralsDan Pickett2011-02-161-0/+1
* Improve reliability of Inflector.transliterate. [#4374 state:resolved]Norman Clarke2010-04-121-1/+4
* Changed the way inflections for uncountables work for 'funky jeans' [#3576 st...Rolf Bjaanes2010-04-051-0/+2
* Parameterize should accept malformed utf8 characters [#4323 state:resolved]Kristopher Murata2010-04-041-4/+8
* Any reason we can't just use the slow 1.8 path for transliteration in 1.9?wycats2010-03-171-12/+4
* Removed the + sign as an accepted character from the parameterize method, as ...Stijn Mathysen2010-03-051-3/+6
* ensure Inflector.camelize works with symbols [#2856 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-0/+7
* Allow String#parameterize to accept a separator [#2157 state:resolved]Sam Granieri2009-03-071-0/+16
* Adding inflection of databases (usually we wouldn't amend the current default...Jiri Zajpt2009-02-121-1/+2
* Ruby 1.9 compat: no Unicode normalization support yetJeremy Kemper2008-11-261-2/+13
* Mark utf-8 source encodingJeremy Kemper2008-10-061-0/+2
* Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt...Adam Cigánek2008-09-231-1/+4
* Flesh out the parameterize method to support non-ascii text and underscores.Michael Koziarski2008-09-111-1/+4
* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...David Heinemeier Hansson2008-09-101-0/+5
* Fixed String#titleize to work for strings with 's too (closes #10571) [trek]David Heinemeier Hansson2008-01-031-1/+4
* Extract InflectorTestCases so both inflector and string inflections tests can...Jeremy Kemper2007-09-271-0/+208