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
/
methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-2
/
+0
*
Merge pull request #21217 from myrridin/myrridin-documentation-updates
Zachary Scott
2015-08-12
1
-2
/
+2
|
\
|
*
[ci skip] Switch around a common idiom for readability
Thomas Hart II
2015-08-05
1
-2
/
+2
*
|
Decrease string allocations in apply_inflections
schneems
2015-07-29
1
-2
/
+2
|
/
*
Fix tests broken by previous commit
Sean Griffin
2015-07-19
1
-1
/
+1
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-10
/
+10
*
Use block variable instead of global
Roque Pinel
2015-06-09
1
-1
/
+1
*
Use block variable instead of global
schneems
2015-06-01
1
-2
/
+2
*
[ci skip] remove unnecessary mention to Test::Unit from docs
Roque Pinel
2015-05-16
1
-4
/
+4
*
Freeze static arguments for gsub
brainopia
2015-04-02
1
-2
/
+2
*
Prefer string patterns for gsub
brainopia
2015-04-02
1
-2
/
+2
*
Fix docs for ActiveSupport::Inflector methods
claudiob
2015-01-03
1
-69
/
+69
*
Call gsub with a Regexp instead of a String for better performance
Pablo Herrero
2014-11-01
1
-1
/
+1
*
Do gsub with a regexp instead of a string
Pablo Herrero
2014-10-29
1
-1
/
+1
*
:heart: 1.9
Matthew Draper
2014-10-04
1
-1
/
+1
*
Merge pull request #14146 from chewi/fix-underscore-acronyms-regex
Matthew Draper
2014-10-04
1
-1
/
+1
|
\
|
*
Fix underscore inflector handling of adjacent acronyms
James Le Cuirot
2014-10-03
1
-1
/
+1
|
/
*
Fix for inflector's incorrect camelCase replacement for acronyms
Matthew Draper
2014-09-06
1
-1
/
+1
*
Merge pull request #16338 from robin850/rbx-safe-constantize
Matthew Draper
2014-08-18
1
-2
/
+2
|
\
|
*
Avoid relying on error messages when rescuing
Robin Dupret
2014-08-08
1
-2
/
+2
*
|
Fix the #const_regexp's documentation [ci skip]
Robin Dupret
2014-08-08
1
-3
/
+4
|
/
*
several enhancements to humanize [closes #12288]
Xavier Noria
2014-05-06
1
-9
/
+29
*
Merge pull request #14840 from akshay-vishnoi/doc_changes
Arthur Nogueira Neves
2014-04-23
1
-2
/
+2
|
\
|
*
Correct comment [ci skip]
Akshay Vishnoi
2014-04-23
1
-2
/
+2
*
|
Changed miss-leading comment [ci skip]
Arun Agrawal
2014-04-20
1
-1
/
+1
*
|
[ci-skip] correct the classify example's output
Kuldeep Aggarwal
2014-04-21
1
-1
/
+1
|
/
*
[ci skip] builtin -> built-in
Akshay Vishnoi
2014-04-20
1
-2
/
+2
*
Add more test case for #demodulize, Improve documentation
Akshay Vishnoi
2014-04-11
1
-0
/
+2
*
speed up `underscore` in cases that don't need to do anything
Aaron Patterson
2014-02-26
1
-0
/
+1
*
fix interplay of humanize and html_escape
Sean Walbran
2014-02-05
1
-1
/
+1
*
Replace with gsub! in ActiveSupport::Inflector.
Elben Shira
2013-12-10
1
-1
/
+2
*
Add +capitalize+ option to Inflector.humanize
claudiob
2013-11-06
1
-9
/
+15
*
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
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-8
/
+6
*
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
1
-89
/
+97
*
Make ActiveSupport::Inflector locale aware and multilingual
David Celis
2012-07-30
1
-6
/
+16
*
make sure the inflection rules are loaded when cherry-picking active_support/...
Xavier Noria
2012-06-29
1
-0
/
+1
*
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
[next]