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
*
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
|
/
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-1
/
+1
*
defines Module#qualified_const_(defined?|get|set) and String#deconstantize
Xavier Noria
2011-10-29
1
-0
/
+12
*
let demodulize do less work, and add tests
Xavier Noria
2011-10-29
1
-0
/
+2
*
Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...
Ryan Oblak
2011-09-23
1
-17
/
+10
*
Revert removing gsub and sub from safe buffer.
José Valim
2011-09-08
1
-9
/
+13
*
remove support of symbols on classify and camelize
Damien Mathieu
2011-09-08
1
-13
/
+9
*
Add acronym support to Inflector; Issue #1366
David Lee
2011-06-11
1
-0
/
+82
*
Test retain delimiter in parameterization inflector
David Lee
2011-06-11
1
-2
/
+2
*
proper reset all inflector scopes
Stefan Huber
2011-04-25
1
-12
/
+30
*
Remove warnings about redefined test methods
Sam Elliott
2011-03-01
1
-4
/
+4
*
handle double pluralization for irregular plurals
Dan Pickett
2011-02-16
1
-0
/
+7
*
Ensure that uncountable are removed after test
Piotr Sarnacki
2010-12-22
1
-5
/
+6
*
Added a word boundary to uncountable inflection regex for #singularize so sho...
John Paul Ashenfelter
2010-12-22
1
-0
/
+27
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-2
/
+2
*
Fix that irregular plural inflections should not be double-pluralized: 'peopl...
Prem Sichanugrist
2009-08-09
1
-0
/
+10
*
ensure Inflector.camelize works with symbols [#2856 state:resolved]
Yehuda Katz + Carl Lerche
2009-07-01
1
-0
/
+6
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Make Inflector#parameterize correctly squeeze multi-character separators [#14...
Henrik N
2009-03-10
1
-0
/
+6
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-4
/
+4
*
Ruby 1.9 compat: no Unicode normalization support yet
Jeremy Kemper
2008-11-26
1
-0
/
+6
*
Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt...
Adam Cigánek
2008-09-23
1
-0
/
+6
*
Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...
David Heinemeier Hansson
2008-09-10
1
-0
/
+6
[next]