aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-2/+2
* Fix underscore inflector handling of adjacent acronymsJames Le Cuirot2014-10-031-0/+3
* Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-061-0/+1
* Make the apply_inflections method case-sensitiveRobin Dupret2014-06-261-0/+8
* Merge pull request #15316 from akshay-vishnoi/test-casesYves Senn2014-05-261-7/+8
|\
| * Fix test cases for inflector.rbAkshay Vishnoi2014-05-251-7/+8
|/
* Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-111-0/+1
* wrap test that changes inflections in with_dupLihan Li2013-11-281-4/+5
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-0/+6
* Skip few of the ActiveSupport'sinflector test on JRubyGaurish Sharma2013-08-211-0/+10
* Avoid calling define_method with non-english chars in InflectorTestGaurish Sharma2013-08-031-3/+4
* Don't mutate the original inflections instance in the testsAndrew White2013-07-301-19/+22
* Revert "Merge pull request #10158 from steveklabnik/issue_10125"Rafael Mendonça França2013-04-101-17/+0
* Fix inflector to respect default locale.Nick Cox2013-04-101-0/+17
* 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