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
*
Use keyword arguments instead of hash
Rafael Mendonça França
2017-03-28
1
-5
/
+7
*
Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...
Rafael Mendonça França
2017-03-28
1
-12
/
+22
|
\
|
*
Added options hash to titleize method and keep_id_suffix option to humanize
Mubashir Hanif
2017-03-21
1
-12
/
+22
*
|
Update `titlelize` regex to allow apostrophes
Andrew White
2017-03-06
1
-1
/
+1
*
|
There's no such module
Akira Matsuda
2017-01-05
1
-4
/
+4
*
|
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-1
/
+1
*
|
Fix constantize edge case involving prepend, autoloading and name conflicts
Jean Boussier
2016-12-14
1
-1
/
+1
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-9
/
+9
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-15
/
+15
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-13
/
+13
*
revises a regexp
Xavier Noria
2016-07-22
1
-1
/
+1
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-2
/
+3
*
fix ActiveSupport::Infector.constantize usage API doc [ci skip]
Pan GaoYong
2016-06-30
1
-4
/
+4
*
Fix method String#upcase_first
bogdanvlviv
2016-03-31
1
-2
/
+4
*
Add upcase_first method
Glauco Custódio
2016-02-25
1
-0
/
+7
*
fix typo on comments
Paulo Ancheta
2015-12-23
1
-1
/
+1
*
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
[next]