Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/inflector.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @8788 [8788] 02/02/08 21:42:39 bitsweat Slight camelize speedup [Pratik Naik]
(edit) @8596 [8596] 01/08/08 21:15:49 nzkoz Improve documentation to classify to make it clear that it expects names …
(edit) @8533 [8533] 01/03/08 00:16:47 david Fixed String#titleize to work for strings with 's too (closes #10571) …
(edit) @7569 [7569] 09/22/07 18:34:43 david Fixed that pluralizing an empty string should return the same empty …
(edit) @7474 [7474] 09/14/07 00:34:43 bitsweat Some 1.9 forward compatibility
(edit) @7092 [7092] 06/23/07 16:47:47 david Added support for pluralization with a different starting letter than the …
(edit) @6075 [6075] 01/28/07 15:52:45 bitsweat Full test coverage for Inflector. Closes #7228.
(edit) @5924 [5924] 01/14/07 12:18:51 bitsweat Document Inflector.ordinalize and merge docs from String inflections. …
(edit) @4359 [4359] 05/22/06 15:17:45 marcel Normalize classify's argument to a String so that it plays nice with …
(edit) @4350 [4350] 05/21/06 15:11:00 marcel Strip out leading schema name in classify. References #5139. …
(edit) @3986 [3986] 03/20/06 03:32:28 david Added option to String#camelize to generate lower-cased camel case by …
(edit) @3877 [3877] 03/15/06 21:05:10 minam Enhance Inflector.underscore to convert '-' into '_' (as the inverse of …
(edit) @3812 [3812] 03/08/06 02:56:25 david Added Hash#to_xml and Array#to_xml that makes it much easier to produce …
(edit) @3571 [3571] 02/11/06 18:41:59 ulysses Fix constantize to handle names beginning with '::'. Closes #3803.
(edit) @3049 [3049] 11/16/05 00:56:16 ulysses Change Inflector#constantize to use eval instead of const_get
(edit) @2690 [2690] 10/19/05 20:20:11 marcel Add title case method to String to do, e.g., …
(edit) @2227 [2227] 09/13/05 07:44:20 david Fixed Inflector.underscore for use with acronyms, so HTML becomes html …
(edit) @2162 [2162] 09/09/05 07:50:14 david Added documentation for overwrite_params #2146 [Michael Shuerig]
(edit) @2110 [2110] 09/03/05 07:11:47 david Added String#at, String#from, String#to, String#first, String#last in …
(edit) @1881 [1881] 07/22/05 06:52:10 david Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]
(edit) @1854 [1854] 07/17/05 10:18:36 david Added stripping of _id to String#humanize, so "employee_id" becomes …
(edit) @1852 [1852] 07/17/05 10:02:23 david Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to …
(edit) @1699 [1699] 07/05/05 07:44:46 david More inflector fixes #1608
(edit) @1662 [1662] 07/04/05 15:15:13 david More inflector fixes #1599 [foamdino@gmail.com]
(edit) @1616 [1616] 07/02/05 19:05:47 david More inflectoring #1490
(edit) @1615 [1615] 07/02/05 18:59:01 david Fixed photo/photos #1583
(edit) @1582 [1582] 07/01/05 16:57:58 david Added new rules to the Inflector to deal with more unusual plurals …
(edit) @1330 [1330] 05/19/05 19:15:30 david Fixed the Inflector to underscore strings containing numbers, so …
(edit) @1314 [1314] 05/19/05 17:10:20 david Fixed the pluralization of analysis to analyses #1295
(edit) @1101 [1101] 04/07/05 06:19:10 david Fixed inflection of perspectives and similar words #1045
(edit) @998 [998] 03/26/05 13:20:47 david Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat]
(edit) @844 [844] 03/06/05 13:43:04 david Added inflection rules for "sh" words, like "wish" and "fish" #755
(copy) @624 [624] 02/15/05 15:57:44 david Moved Active Support into its own gem
copied from trunk/activesupport/lib/inflector.rb:
(edit) @618 [618] 02/15/05 02:02:20 david Fixed Inflector for words like "news" and "series" that are the same in …
Note: See TracRevisionLog for help on using the revision log.