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
/
lib
/
active_support
/
inflector
Commit message (
Expand
)
Author
Age
Files
Lines
*
proper reset all inflector scopes
Stefan Huber
2011-04-25
1
-1
/
+1
*
Added a word boundary to uncountable inflection regex for #singularize so sho...
John Paul Ashenfelter
2010-12-22
1
-1
/
+1
*
require i18n in transliterate so it can run in isolated situations
Jack Dempsey
2010-09-14
1
-0
/
+1
*
camelize and underscore are sort of inverse of each other, but not in a mathe...
Xavier Noria
2010-07-22
1
-1
/
+11
*
Use multibyte proxy class on 1.9, refactor Unicode.
Norman Clarke
2010-05-21
1
-2
/
+3
*
fixes colon in previous YAML example
Xavier Noria
2010-05-03
1
-1
/
+1
*
Fix transliteration rule example in docs. [#4526 state:resolved]
Norman Clarke
2010-05-03
1
-2
/
+3
*
Delegate Inflector.transliterate to i18n. [#4508 state:resolved]
Norman Clarke
2010-04-30
1
-38
/
+56
*
Improve reliability of Inflector.transliterate. [#4374 state:resolved]
Norman Clarke
2010-04-12
1
-24
/
+37
*
Avoid unnecessary allocations in Inflector.underscore [#3626 state:resolved]
Joe Van Dyk
2010-04-12
1
-5
/
+7
*
Changed the way inflections for uncountables work for 'funky jeans' [#3576 st...
Rolf Bjaanes
2010-04-05
1
-1
/
+1
*
Parameterize should accept malformed utf8 characters [#4323 state:resolved]
Kristopher Murata
2010-04-04
1
-1
/
+4
*
Any reason we can't just use the slow 1.8 path for transliteration in 1.9?
wycats
2010-03-17
1
-2
/
+2
*
Removed the + sign as an accepted character from the parameterize method, as ...
Stijn Mathysen
2010-03-05
1
-1
/
+1
*
Avoid calling triggering const_missing if const_missing is private when doing...
Carl Lerche
2010-02-18
1
-1
/
+1
*
Remove string access core extension dependency
Jeremy Kemper
2009-11-09
1
-3
/
+1
*
Break up inflector to reduce the dependency burden on dependency-les methods ...
Yehuda Katz
2009-11-07
3
-0
/
+413