aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+12
* let demodulize do less work, and add testsXavier Noria2011-10-291-0/+2
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-17/+10
* Revert removing gsub and sub from safe buffer.José Valim2011-09-081-9/+13
* remove support of symbols on classify and camelizeDamien Mathieu2011-09-081-13/+9
* Add acronym support to Inflector; Issue #1366David Lee2011-06-111-0/+82
* Test retain delimiter in parameterization inflectorDavid Lee2011-06-111-2/+2
* proper reset all inflector scopesStefan Huber2011-04-251-12/+30
* Remove warnings about redefined test methodsSam Elliott2011-03-011-4/+4
* handle double pluralization for irregular pluralsDan Pickett2011-02-161-0/+7
* Ensure that uncountable are removed after testPiotr Sarnacki2010-12-221-5/+6
* Added a word boundary to uncountable inflection regex for #singularize so sho...John Paul Ashenfelter2010-12-221-0/+27
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-2/+2
* Fix that irregular plural inflections should not be double-pluralized: 'peopl...Prem Sichanugrist2009-08-091-0/+10
* ensure Inflector.camelize works with symbols [#2856 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-0/+6
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Make Inflector#parameterize correctly squeeze multi-character separators [#14...Henrik N2009-03-101-0/+6
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-4/+4
* Ruby 1.9 compat: no Unicode normalization support yetJeremy Kemper2008-11-261-0/+6
* Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt...Adam Cigánek2008-09-231-0/+6
* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...David Heinemeier Hansson2008-09-101-0/+6
* New inflectors will overwrite defaults [#337 state:resolved]Peter Wagenet2008-08-231-0/+7
* camelize(:lower) should always downcase first character. [#696 state:resolved]Amos King2008-08-221-0/+4
* Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges]Pratik Naik2008-07-021-4/+25
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-63/+63
* Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behaviorJeremy Kemper2008-05-011-8/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-2/+8
* Extract InflectorTestCases so both inflector and string inflections tests can...Jeremy Kemper2007-09-271-206/+2
* Fixed that pluralizing an empty string should return the same empty string, n...David Heinemeier Hansson2007-09-221-0/+4
* Added support for pluralization with a different starting letter than the sin...David Heinemeier Hansson2007-06-231-1/+3
* Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496.Jeremy Kemper2007-05-291-0/+2
* Full test coverage for Inflector. Closes #7228.Jeremy Kemper2007-01-281-33/+108
* Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Col...Rick Olson2007-01-231-0/+33
* A couple extra tests for #classify. Closes #7273. [Josh Susser]Rick Olson2007-01-231-1/+2
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-19/+18
* Normalize classify's argument to a String so that it plays nice with Symbols....Marcel Molina2006-05-221-0/+6
* 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