index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
inflector_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug with parametrize when `locale` is passed
Sharang Dashputre
2019-03-12
1
-0
/
+6
*
Remove deprecated `#acronym_regex` method from `Inflections`
Rafael Mendonça França
2019-01-17
1
-6
/
+0
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-14
/
+14
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-14
/
+14
*
Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections
Matthew Draper
2017-11-14
1
-0
/
+6
|
\
|
*
Deprecate ActiveSupport::Inflector#acronym_regex
Nick LaMuro
2017-10-28
1
-0
/
+6
*
|
Fix acronym support in `humanize`
Andrew White
2017-11-06
1
-0
/
+13
|
/
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix pluralization of uncountables when given a locale
Eilis Hamilton
2017-05-19
1
-0
/
+7
*
Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...
Rafael Mendonça França
2017-03-28
1
-0
/
+13
|
\
|
*
Added options hash to titleize method and keep_id_suffix option to humanize
Mubashir Hanif
2017-03-21
1
-0
/
+13
*
|
This seems to be working on JRuby 9K
Akira Matsuda
2017-01-25
1
-10
/
+0
*
|
Make the tests for uncountability of ascii and non-ascii words uniform
Prathamesh Sonpatki
2016-12-31
1
-11
/
+21
*
|
Merge pull request #12509 from eitoball/pluralize_for_non_ascii_character_words
Matthew Draper
2016-12-31
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
fix pluralize behavior for words that consist of non-ascii characters
Eito Katagiri
2015-07-02
1
-0
/
+9
*
|
Remove deprecated separator argument from parameterize
Andrew White
2016-11-14
1
-18
/
+0
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-6
/
+6
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
|
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-26
/
+26
*
|
Parameterize with options to preserve case of string
Swaathi K
2015-11-07
1
-2
/
+20
|
/
*
Fix inflector test by using dup inflections when it needs to be changed
Roque Pinel
2015-06-15
1
-86
/
+68
*
Replace Enumerable#reverse.each with Enumerable#reverse_each
Erik Michaels-Ober
2014-10-13
1
-2
/
+2
*
Fix underscore inflector handling of adjacent acronyms
James Le Cuirot
2014-10-03
1
-0
/
+3
*
Fix for inflector's incorrect camelCase replacement for acronyms
Matthew Draper
2014-09-06
1
-0
/
+1
*
Make the apply_inflections method case-sensitive
Robin Dupret
2014-06-26
1
-0
/
+8
*
Merge pull request #15316 from akshay-vishnoi/test-cases
Yves Senn
2014-05-26
1
-7
/
+8
|
\
|
*
Fix test cases for inflector.rb
Akshay Vishnoi
2014-05-25
1
-7
/
+8
|
/
*
Add more test case for #demodulize, Improve documentation
Akshay Vishnoi
2014-04-11
1
-0
/
+1
*
wrap test that changes inflections in with_dup
Lihan Li
2013-11-28
1
-4
/
+5
*
Add +capitalize+ option to Inflector.humanize
claudiob
2013-11-06
1
-0
/
+6
*
Skip few of the ActiveSupport'sinflector test on JRuby
Gaurish Sharma
2013-08-21
1
-0
/
+10
*
Avoid calling define_method with non-english chars in InflectorTest
Gaurish Sharma
2013-08-03
1
-3
/
+4
*
Don't mutate the original inflections instance in the tests
Andrew White
2013-07-30
1
-19
/
+22
*
Revert "Merge pull request #10158 from steveklabnik/issue_10125"
Rafael Mendonça França
2013-04-10
1
-17
/
+0
*
Fix inflector to respect default locale.
Nick Cox
2013-04-10
1
-0
/
+17
*
fix repeat of test; remove unused variable by use of each_key
Vipul A M
2013-03-18
1
-1
/
+1
*
Revert "Merge pull request #8156 from fredwu/acronym_fix-master"
Steve Klabnik
2013-03-16
1
-2
/
+0
*
Fixed a bug where the inflector would replace camelCase strings and disregard...
Fred Wu
2013-03-17
1
-0
/
+2
*
Cleanup tests for unused variables
Vipul A M
2013-03-11
1
-2
/
+0
*
Remove assert_nothing_raised
Rafael Mendonça França
2013-01-03
1
-1
/
+1
*
Fix ActiveSupport tests that depend on run order
Francesco Rodriguez
2012-08-23
1
-2
/
+2
*
Make ActiveSupport::Inflector locale aware and multilingual
David Celis
2012-07-30
1
-1
/
+30
*
Adds missing inflector tests to ensure idempotency
Godfrey Chan
2012-06-21
1
-0
/
+10
*
decouples the implementation of the inflector from its test suite
Xavier Noria
2012-02-24
1
-73
/
+66
*
Merge pull request #4719 from markmcspadden/singularize_words_that_end_in_ss
Xavier Noria
2012-02-10
1
-0
/
+8
|
\
|
*
Add Inflection test (and fixes) to ensure singularizing a singular actually g...
Mark McSpadden
2012-01-27
1
-0
/
+8
*
|
Add ActiveSupport::Inflector.ordinal and Integer#ordinal
Tim Gildea
2012-02-04
1
-0
/
+6
|
/
[next]