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

root/trunk/activesupport/test/inflector_test.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8563 [8563] 01/05/08 13:31:04 bitsweat require abstract_unit directly since test is in load path
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7655 [7655] 09/27/07 10:19:48 bitsweat Extract InflectorTestCases so both inflector and string inflections tests …
(edit) @7569 [7569] 09/22/07 18:34:43 david Fixed that pluralizing an empty string should return the same empty …
(edit) @7092 [7092] 06/23/07 16:47:47 david Added support for pluralization with a different starting letter than the …
(edit) @6886 [6886] 05/29/07 02:40:34 bitsweat Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes …
(edit) @6075 [6075] 01/28/07 15:52:45 bitsweat Full test coverage for Inflector. Closes #7228.
(edit) @6022 [6022] 01/23/07 05:32:08 rick Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich …
(edit) @6019 [6019] 01/23/07 05:11:34 rick A couple extra tests for #classify. Closes #7273. [Josh Susser]
(edit) @4595 [4595] 07/08/06 18:14:49 bitsweat r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 Check whether @flash is …
(edit) @4359 [4359] 05/22/06 15:17:45 marcel Normalize classify's argument to a String so that it plays nice with …
(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) @3127 [3127] 11/21/05 07:29:04 bitsweat r3215@asus: jeremy | 2005-11-20 02:05:56 -0800 Eliminate double-requires …
(edit) @3049 [3049] 11/16/05 00:56:16 ulysses Change Inflector#constantize to use eval instead of const_get
(edit) @2900 [2900] 11/07/05 01:20:54 bitsweat Fix status pluralization bug so status_codes doesn't get pluralized as …
(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) @2214 [2214] 09/12/05 05:29:47 david Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net]
(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) @1252 [1252] 04/30/05 08:39:28 david Added commented out tests for staying either singular or plural on …
(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
(edit) @624 [624] 02/15/05 15:57:44 david Moved Active Support into its own gem
(edit) @623 [623] 02/15/05 15:02:43 david Fixed all the tests
(edit) @618 [618] 02/15/05 02:02:20 david Fixed Inflector for words like "news" and "series" that are the same in …
(edit) @617 [617] 02/15/05 01:45:35 david A hopefully more successful attempt at the Routing branch merge
(edit) @616 [616] 02/15/05 01:24:55 david Backed out of routing merge.. investigating missing patches
(edit) @614 [614] 02/15/05 00:51:02 david Merged back the Routing branch
(edit) @449 [449] 01/17/05 19:53:42 david Added Inflector.humanize to turn attribute names like employee_salary into …
(edit) @310 [310] 01/02/05 15:16:59 david Added test cases and rakefile to Active Support
(add) @273 [273] 12/29/04 21:03:21 david Moved support from both Action Pack and Active Record into a separate …
Note: See TracRevisionLog for help on using the revision log.