aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix repeat of test; remove unused variable by use of each_keyVipul A M2013-03-181-1/+1
* Revert "Merge pull request #8156 from fredwu/acronym_fix-master"Steve Klabnik2013-03-161-2/+0
* Fixed a bug where the inflector would replace camelCase strings and disregard...Fred Wu2013-03-171-0/+2
* Cleanup tests for unused variablesVipul A M2013-03-111-2/+0
* Remove assert_nothing_raisedRafael Mendonça França2013-01-031-1/+1
* Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-231-2/+2
* Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-1/+30
* Adds missing inflector tests to ensure idempotencyGodfrey Chan2012-06-211-0/+10
* decouples the implementation of the inflector from its test suiteXavier Noria2012-02-241-73/+66
* Merge pull request #4719 from markmcspadden/singularize_words_that_end_in_ssXavier Noria2012-02-101-0/+8
|\
| * Add Inflection test (and fixes) to ensure singularizing a singular actually g...Mark McSpadden2012-01-271-0/+8
* | Add ActiveSupport::Inflector.ordinal and Integer#ordinalTim Gildea2012-02-041-0/+6
|/
* 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