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 typo on comments
Paulo Ancheta
2015-12-23
1
-1
/
+1
*
Parameterize with options to preserve case of string
Swaathi K
2015-11-07
1
-8
/
+23
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
code gardening in transliterate.rb
Xavier Noria
2015-10-07
1
-2
/
+5
*
s/seperator/separator/g
Akira Matsuda
2015-09-20
1
-3
/
+3
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
2
-3
/
+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
*
|
Regexp#=== is faster than String#=~
schneems
2015-08-07
1
-1
/
+1
*
|
speed up code and avoid unnecessary MatchData objects
Aaron Lasseigne
2015-08-06
1
-1
/
+1
*
|
Decrease allocations in transliterate
schneems
2015-07-30
1
-5
/
+13
*
|
Decrease string allocations in apply_inflections
schneems
2015-07-29
2
-5
/
+36
|
/
*
Fix tests broken by previous commit
Sean Griffin
2015-07-19
1
-1
/
+1
*
Freeze string literals when not mutated.
schneems
2015-07-19
2
-11
/
+11
*
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
2
-81
/
+71
*
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
*
Reword documentation for `uncountable` [ci skip]
Melanie Gilman
2014-10-23
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
|
/
*
Make the apply_inflections method case-sensitive
Robin Dupret
2014-06-26
1
-1
/
+1
*
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
*
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-17
/
+17
*
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
[next]