Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby 1.9 compat: no Unicode normalization support yet | Jeremy Kemper | 2008-11-26 | 1 | -2/+13 |
* | Mark utf-8 source encoding | Jeremy Kemper | 2008-10-06 | 1 | -0/+2 |
* | Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt... | Adam Cigánek | 2008-09-23 | 1 | -1/+4 |
* | Flesh out the parameterize method to support non-ascii text and underscores. | Michael Koziarski | 2008-09-11 | 1 | -1/+4 |
* | Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para... | David Heinemeier Hansson | 2008-09-10 | 1 | -0/+5 |
* | Fixed String#titleize to work for strings with 's too (closes #10571) [trek] | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+4 |
* | Extract InflectorTestCases so both inflector and string inflections tests can... | Jeremy Kemper | 2007-09-27 | 1 | -0/+208 |