| Commit message (Expand) | Author | Age | Files | Lines |
* | Qualify Inflector in rdoc examples also. [#356 state:resolved] | Jeremy Kemper | 2008-06-06 | 1 | -2/+2 |
* | Fix doc typo. Move extend self so it's more immediately obvious. Require infl... | Jeremy Kemper | 2008-06-06 | 1 | -4/+4 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -262/+264 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -59/+59 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 1 | -0/+7 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -0/+5 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -8/+19 |
* | Improve documentation. | Pratik Naik | 2008-03-26 | 1 | -1/+1 |
* | Slight camelize speedup [Pratik Naik] | Jeremy Kemper | 2008-02-02 | 1 | -1/+1 |
* | Improve documentation to classify to make it clear that it expects names to b... | Michael Koziarski | 2008-01-08 | 1 | -2/+5 |
* | Fixed String#titleize to work for strings with 's too (closes #10571) [trek] | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+1 |
* | Fixed that pluralizing an empty string should return the same empty string, n... | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Some 1.9 forward compatibility | Jeremy Kemper | 2007-09-14 | 1 | -3/+3 |
* | Added support for pluralization with a different starting letter than the sin... | David Heinemeier Hansson | 2007-06-23 | 1 | -2/+9 |
* | Full test coverage for Inflector. Closes #7228. | Jeremy Kemper | 2007-01-28 | 1 | -3/+2 |
* | Document Inflector.ordinalize and merge docs from String inflections. Closes ... | Jeremy Kemper | 2007-01-14 | 1 | -18/+115 |
* | Normalize classify's argument to a String so that it plays nice with Symbols.... | Marcel Molina | 2006-05-22 | 1 | -1/+1 |
* | Strip out leading schema name in classify. References #5139. [schoenm@earthli... | Marcel Molina | 2006-05-21 | 1 | -1/+2 |
* | Added option to String#camelize to generate lower-cased camel case by passing... | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+6 |
* | Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Infle... | Jamis Buck | 2006-03-15 | 1 | -1/+5 |
* | 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/+4 |
* | Fix constantize to handle names beginning with '::'. Closes #3803. | Nicholas Seckar | 2006-02-11 | 1 | -2/+2 |
* | Change Inflector#constantize to use eval instead of const_get | Nicholas Seckar | 2005-11-16 | 1 | -3/+5 |
* | Add title case method to String to do, e.g., 'action_web_service'.titlecase #... | Marcel Molina | 2005-10-19 | 1 | -1/+5 |
* | Fixed Inflector.underscore for use with acronyms, so HTML becomes html instea... | David Heinemeier Hansson | 2005-09-13 | 1 | -1/+1 |
* | Added documentation for overwrite_params #2146 [Michael Shuerig] | David Heinemeier Hansson | 2005-09-09 | 1 | -2/+1 |
* | Added String#at, String#from, String#to, String#first, String#last in ActiveS... | David Heinemeier Hansson | 2005-09-03 | 1 | -67/+91 |
* | Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com] | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+2 |
* | Added stripping of _id to String#humanize, so "employee_id" becomes "Employee... | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+1 |
* | Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd",... | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+14 |
* | More inflector fixes #1608 | David Heinemeier Hansson | 2005-07-05 | 1 | -30/+41 |
* | More inflector fixes #1599 [foamdino@gmail.com] | David Heinemeier Hansson | 2005-07-04 | 1 | -3/+6 |
* | More inflectoring #1490 | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+2 |
* | Fixed photo/photos #1583 | David Heinemeier Hansson | 2005-07-02 | 1 | -9/+11 |
* | Added new rules to the Inflector to deal with more unusual plurals mouse/lous... | David Heinemeier Hansson | 2005-07-01 | 1 | -0/+9 |
* | Fixed the Inflector to underscore strings containing numbers, so Area51Contro... | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu.... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+1 |
* | Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen.... | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+1 |
* | Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat] | David Heinemeier Hansson | 2005-03-26 | 1 | -27/+27 |
* | 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 | -0/+93 |