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
*
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
*
New inflectors will overwrite defaults [#337 state:resolved]
Peter Wagenet
2008-08-23
1
-0
/
+7
*
camelize(:lower) should always downcase first character. [#696 state:resolved]
Amos King
2008-08-22
1
-0
/
+4
*
Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges]
Pratik Naik
2008-07-02
1
-4
/
+25
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-63
/
+63
*
Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior
Jeremy Kemper
2008-05-01
1
-8
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-2
/
+8
*
Extract InflectorTestCases so both inflector and string inflections tests can...
Jeremy Kemper
2007-09-27
1
-206
/
+2
*
Fixed that pluralizing an empty string should return the same empty string, n...
David Heinemeier Hansson
2007-09-22
1
-0
/
+4
*
Added support for pluralization with a different starting letter than the sin...
David Heinemeier Hansson
2007-06-23
1
-1
/
+3
*
Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496.
Jeremy Kemper
2007-05-29
1
-0
/
+2
*
Full test coverage for Inflector. Closes #7228.
Jeremy Kemper
2007-01-28
1
-33
/
+108
*
Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Col...
Rick Olson
2007-01-23
1
-0
/
+33
*
A couple extra tests for #classify. Closes #7273. [Josh Susser]
Rick Olson
2007-01-23
1
-1
/
+2
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-19
/
+18
*
Normalize classify's argument to a String so that it plays nice with Symbols....
Marcel Molina
2006-05-22
1
-0
/
+6
*
Added option to String#camelize to generate lower-cased camel case by passing...
David Heinemeier Hansson
2006-03-20
1
-1
/
+14
*
Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Infle...
Jamis Buck
2006-03-15
1
-0
/
+6
*
Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...
David Heinemeier Hansson
2006-03-08
1
-0
/
+12
*
Fix constantize to handle names beginning with '::'. Closes #3803.
Nicholas Seckar
2006-02-11
1
-0
/
+2
*
r3215@asus: jeremy | 2005-11-20 02:05:56 -0800
Jeremy Kemper
2005-11-21
1
-1
/
+1
*
Change Inflector#constantize to use eval instead of const_get
Nicholas Seckar
2005-11-16
1
-0
/
+5
*
Fix status pluralization bug so status_codes doesn't get pluralized as status...
Jeremy Kemper
2005-11-07
1
-0
/
+1
[next]