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
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-2
/
+4
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-4
/
+4
*
Refactor Inflector#ordinal to avoid converting the number twice
Carlos Antonio da Silva
2012-11-04
1
-2
/
+4
*
update AS/inflector docs [ci skip]
Francesco Rodriguez
2012-09-14
3
-142
/
+167
*
update some AS code examples to 1.9 hash syntax [ci skip]
Francesco Rodriguez
2012-09-12
1
-11
/
+11
*
Make ActiveSupport::Inflector locale aware and multilingual
David Celis
2012-07-30
2
-15
/
+30
*
make sure the inflection rules are loaded when cherry-picking active_support/...
Xavier Noria
2012-06-29
2
-0
/
+3
*
Fix warning: shadowing outer local variable - constant.
kennyj
2012-05-19
1
-3
/
+3
*
Handle case where ancestor is not the end of the chain
Andrew White
2012-05-19
1
-7
/
+12
*
Fix constantize so top level constants are looked up properly.
Marc-Andre Lafortune
2012-05-19
1
-1
/
+1
*
Make constantize look down the ancestor chain (excluding Object)
Marc-Andre Lafortune
2012-05-19
1
-1
/
+13
*
Revert "Merge pull request #6354 from lest/patch-1"
Carlos Galdino + Rafael Mendonça França
2012-05-16
1
-1
/
+1
*
remove unnecessary require
Sergey Nartimov
2012-05-16
1
-1
/
+1
*
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
3
-23
/
+1
*
fix typo in ActiveSupport::Inflector#titleize
Francesco Rodriguez
2012-04-28
1
-1
/
+1
*
revises the regexp used in titleize
Xavier Noria
2012-04-07
1
-1
/
+1
*
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-1
/
+1
*
Fix typo
Artyom Bolshakov
2012-04-03
1
-1
/
+1
*
String#titleize works properly with smart quotes, closes #5584
Vasiliy Ermolovich
2012-03-26
1
-2
/
+4
*
Inflector/constantize - inject method lets us to avoid using another variable
homa
2012-02-28
1
-5
/
+3
*
decouples the implementation of the inflector from its test suite
Xavier Noria
2012-02-24
1
-0
/
+7
*
prefer tr to gsub for replacing characters
Xavier Noria
2012-02-12
1
-2
/
+2
*
inflection regexp are meant to be applied once
Xavier Noria
2012-02-12
1
-2
/
+2
*
removes redundant argument
Xavier Noria
2012-02-12
1
-1
/
+1
*
boosts inflections
Xavier Noria
2012-02-12
1
-1
/
+1
*
say unshift when you mean unshift (modulus prepend)
Xavier Noria
2012-02-11
1
-3
/
+5
*
Add ActiveSupport::Inflector.ordinal and Integer#ordinal
Tim Gildea
2012-02-04
1
-10
/
+24
*
There is an "inherit" option on const_get too, why not use it?
Semyon Perepelitsa
2012-01-31
1
-1
/
+1
*
safe_constantize should handle wrong constant name NameErrors Fixes #4710
Alex Tambellini
2012-01-26
1
-1
/
+1
*
global variables may not be set depending on the match. fixes #4703
Aaron Patterson
2012-01-26
1
-1
/
+4
*
Change ActiveRecord::Errors to ActiveModel::Errors in guides
Carlos Antonio da Silva
2012-01-25
1
-6
/
+6
*
remove ruby 1.8 checking in constantize method
Vasiliy Ermolovich
2011-12-29
1
-39
/
+24
*
fix typo again (Thanks Phillip Oertel)
Vijay Dev
2011-11-08
1
-1
/
+1
*
fix typo
Vijay Dev
2011-11-06
1
-1
/
+1
*
Refactored pluralize and singularize into a common method.
Henrik Hodne
2011-11-06
1
-16
/
+18
*
defines Module#qualified_const_(defined?|get|set) and String#deconstantize
Xavier Noria
2011-10-29
1
-6
/
+23
*
let demodulize do less work, and add tests
Xavier Noria
2011-10-29
1
-1
/
+3
*
Update CHANGELOG for safe_constantize.
José Valim
2011-09-23
1
-1
/
+4
*
Ensure that constantize just rescues NameError that applies to the constant b...
José Valim
2011-09-23
1
-4
/
+20
*
Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...
Ryan Oblak
2011-09-23
1
-0
/
+27
*
Revert removing gsub and sub from safe buffer.
José Valim
2011-09-08
1
-24
/
+8
*
remove support of symbols on classify and camelize
Damien Mathieu
2011-09-08
1
-0
/
+16
*
make gsub and sub unavailable in SafeBuffers - Closes #1555
Damien Mathieu
2011-09-08
1
-8
/
+8
*
Add more examples to #titleize
Pol Llovet
2011-07-09
1
-2
/
+4
*
Add acronym support to Inflector; Issue #1366
David Lee
2011-06-11
2
-10
/
+14
*
Refactor
David Lee
2011-06-11
2
-91
/
+143
*
adds code examples for negative ordinalize
Vijay Dev
2011-05-08
1
-1
/
+3
*
ordinalize negative numbers patch
Jason
2011-05-07
1
-2
/
+2
*
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
[next]