aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
Commit message (Expand)AuthorAgeFilesLines
* 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