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
*
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
1
-1
/
+0
*
`ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`
Christian Blais
2018-03-05
1
-13
/
+2
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections
Matthew Draper
2017-11-14
1
-2
/
+2
|
\
|
*
Cache regexps generated from acronym_regex
Nick LaMuro
2017-10-23
1
-2
/
+2
*
|
Fix acronym support in `humanize`
Andrew White
2017-11-06
1
-1
/
+1
|
/
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-2
/
+2
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Fix pluralization of uncountables when given a locale
Eilis Hamilton
2017-05-19
1
-6
/
+9
*
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
|
/
[next]