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
*
Fix doc for singularize - `pluralized` => `singularized`
Vipul A M
2013-08-27
1
-1
/
+1
*
Speed up AS::Inflector.underscore
Akira Matsuda
2013-07-10
1
-2
/
+1
*
Speedup AS::Inflector.camelize
Akira Matsuda
2013-07-10
1
-1
/
+3
*
Speedup AS::Inflector.deconstantize
Akira Matsuda
2013-07-10
1
-1
/
+1
*
Merge pull request #10542 from waseem/remove_require
Carlos Antonio da Silva
2013-06-25
1
-1
/
+0
|
\
|
*
Remove unnecessary require from active_support/inflector/methods.rb
Waseem Ahmad
2013-05-10
1
-1
/
+0
*
|
Updated the doc for const_regexp [ci skip]
Arun Agrawal
2013-06-15
1
-1
/
+3
*
|
Changing const_regexp to check for constant name.
Arun Agrawal
2013-06-15
1
-0
/
+3
*
|
Fix #10932. Treat "" and "::" as invalid on constantize
Nikolay Shebanov
2013-06-14
1
-1
/
+6
|
/
*
Revert "Merge pull request #8156 from fredwu/acronym_fix-master"
Steve Klabnik
2013-03-16
1
-1
/
+1
*
Fixed a bug where the inflector would replace camelCase strings and disregard...
Fred Wu
2013-03-17
1
-1
/
+1
*
resistance is futile
Xavier Noria
2013-01-21
1
-1
/
+1
*
slices less, reads better
Xavier Noria
2013-01-21
1
-13
/
+22
*
Merge pull request #8671 from xuanxu/fix_irregular
Xavier Noria
2013-01-21
1
-0
/
+3
|
\
|
*
Inflector irregular singularize rules
Juanjo Bazán
2013-01-01
1
-0
/
+3
*
|
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-8
/
+6
|
/
*
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
[next]