| Commit message (Expand) | Author | Age | Files | Lines |
* | ensure Inflector.camelize works with symbols [#2856 state:resolved] | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -0/+6 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+2 |
* | Make Inflector#parameterize correctly squeeze multi-character separators [#14... | Henrik N | 2009-03-10 | 1 | -0/+6 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -4/+4 |
* | Ruby 1.9 compat: no Unicode normalization support yet | Jeremy Kemper | 2008-11-26 | 1 | -0/+6 |
* | Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt... | Adam Cigánek | 2008-09-23 | 1 | -0/+6 |
* | Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para... | David Heinemeier Hansson | 2008-09-10 | 1 | -0/+6 |
* | New inflectors will overwrite defaults [#337 state:resolved] | Peter Wagenet | 2008-08-23 | 1 | -0/+7 |
* | camelize(:lower) should always downcase first character. [#696 state:resolved] | Amos King | 2008-08-22 | 1 | -0/+4 |
* | Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges] | Pratik Naik | 2008-07-02 | 1 | -4/+25 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -63/+63 |
* | Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior | Jeremy Kemper | 2008-05-01 | 1 | -8/+2 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -2/+8 |
* | Extract InflectorTestCases so both inflector and string inflections tests can... | Jeremy Kemper | 2007-09-27 | 1 | -206/+2 |
* | Fixed that pluralizing an empty string should return the same empty string, n... | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+4 |
* | Added support for pluralization with a different starting letter than the sin... | David Heinemeier Hansson | 2007-06-23 | 1 | -1/+3 |
* | Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496. | Jeremy Kemper | 2007-05-29 | 1 | -0/+2 |
* | Full test coverage for Inflector. Closes #7228. | Jeremy Kemper | 2007-01-28 | 1 | -33/+108 |
* | Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Col... | Rick Olson | 2007-01-23 | 1 | -0/+33 |
* | A couple extra tests for #classify. Closes #7273. [Josh Susser] | Rick Olson | 2007-01-23 | 1 | -1/+2 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -19/+18 |
* | Normalize classify's argument to a String so that it plays nice with Symbols.... | Marcel Molina | 2006-05-22 | 1 | -0/+6 |
* | Added option to String#camelize to generate lower-cased camel case by passing... | David Heinemeier Hansson | 2006-03-20 | 1 | -1/+14 |
* | Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Infle... | Jamis Buck | 2006-03-15 | 1 | -0/+6 |
* | Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f... | David Heinemeier Hansson | 2006-03-08 | 1 | -0/+12 |
* | Fix constantize to handle names beginning with '::'. Closes #3803. | Nicholas Seckar | 2006-02-11 | 1 | -0/+2 |
* | r3215@asus: jeremy | 2005-11-20 02:05:56 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -1/+1 |
* | Change Inflector#constantize to use eval instead of const_get | Nicholas Seckar | 2005-11-16 | 1 | -0/+5 |
* | Fix status pluralization bug so status_codes doesn't get pluralized as status... | Jeremy Kemper | 2005-11-07 | 1 | -0/+1 |
* | Add title case method to String to do, e.g., 'action_web_service'.titlecase #... | Marcel Molina | 2005-10-19 | 1 | -0/+16 |
* | Fixed Inflector.underscore for use with acronyms, so HTML becomes html instea... | David Heinemeier Hansson | 2005-09-13 | 1 | -4/+11 |
* | Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net] | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+6 |
* | Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com] | David Heinemeier Hansson | 2005-07-22 | 1 | -0/+2 |
* | Added stripping of _id to String#humanize, so "employee_id" becomes "Employee... | David Heinemeier Hansson | 2005-07-17 | 1 | -0/+1 |
* | Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd",... | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+38 |
* | More inflector fixes #1608 | David Heinemeier Hansson | 2005-07-05 | 1 | -14/+18 |
* | More inflector fixes #1599 [foamdino@gmail.com] | David Heinemeier Hansson | 2005-07-04 | 1 | -1/+7 |
* | More inflectoring #1490 | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+2 |
* | Fixed photo/photos #1583 | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+1 |
* | Added new rules to the Inflector to deal with more unusual plurals mouse/lous... | David Heinemeier Hansson | 2005-07-01 | 1 | -1/+11 |
* | Fixed the Inflector to underscore strings containing numbers, so Area51Contro... | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+2 |
* | Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu.... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+1 |
* | Added commented out tests for staying either singular or plural on inflection | David Heinemeier Hansson | 2005-04-30 | 1 | -0/+12 |
* | Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen.... | David Heinemeier Hansson | 2005-04-07 | 1 | -3/+5 |
* | Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat] | David Heinemeier Hansson | 2005-03-26 | 1 | -9/+14 |
* | Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@p... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+3 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Fixed all the tests | David Heinemeier Hansson | 2005-02-15 | 1 | -4/+4 |
* | Fixed Inflector for words like "news" and "series" that are the same in plura... | David Heinemeier Hansson | 2005-02-15 | 1 | -2/+8 |