aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-201-1/+14
* Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Infle...Jamis Buck2006-03-151-0/+6
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-0/+12
* Fix constantize to handle names beginning with '::'. Closes #3803.Nicholas Seckar2006-02-111-0/+2
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-211-1/+1
* Change Inflector#constantize to use eval instead of const_getNicholas Seckar2005-11-161-0/+5
* Fix status pluralization bug so status_codes doesn't get pluralized as status...Jeremy Kemper2005-11-071-0/+1
* Add title case method to String to do, e.g., 'action_web_service'.titlecase #...Marcel Molina2005-10-191-0/+16
* Fixed Inflector.underscore for use with acronyms, so HTML becomes html instea...David Heinemeier Hansson2005-09-131-4/+11
* Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net]David Heinemeier Hansson2005-09-121-1/+6
* Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]David Heinemeier Hansson2005-07-221-0/+2
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee...David Heinemeier Hansson2005-07-171-0/+1
* Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd",...David Heinemeier Hansson2005-07-171-1/+38
* More inflector fixes #1608David Heinemeier Hansson2005-07-051-14/+18
* More inflector fixes #1599 [foamdino@gmail.com]David Heinemeier Hansson2005-07-041-1/+7
* More inflectoring #1490David Heinemeier Hansson2005-07-021-0/+2
* Fixed photo/photos #1583David Heinemeier Hansson2005-07-021-0/+1
* Added new rules to the Inflector to deal with more unusual plurals mouse/lous...David Heinemeier Hansson2005-07-011-1/+11
* Fixed the Inflector to underscore strings containing numbers, so Area51Contro...David Heinemeier Hansson2005-05-191-1/+2
* Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu....David Heinemeier Hansson2005-05-191-0/+1
* Added commented out tests for staying either singular or plural on inflectionDavid Heinemeier Hansson2005-04-301-0/+12
* Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen....David Heinemeier Hansson2005-04-071-3/+5
* Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat]David Heinemeier Hansson2005-03-261-9/+14
* Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@p...David Heinemeier Hansson2005-03-061-1/+3
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-1/+1
* Fixed all the testsDavid Heinemeier Hansson2005-02-151-4/+4
* Fixed Inflector for words like "news" and "series" that are the same in plura...David Heinemeier Hansson2005-02-151-2/+8
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-0/+31
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-31/+0
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-0/+31
* Added Inflector.humanize to turn attribute names like employee_salary into "E...David Heinemeier Hansson2005-01-171-0/+11
* Added test cases and rakefile to Active SupportDavid Heinemeier Hansson2005-01-021-1/+2
* Moved support from both Action Pack and Active Record into a separate module ...David Heinemeier Hansson2004-12-291-0/+122