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
*
active_support/deprecation is not in use here
Akira Matsuda
2019-07-12
1
-1
/
+0
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
2
-2
/
+0
*
Update docs for 'parameterize()' [ci skip]
Sharang Dashputre
2019-03-16
1
-5
/
+9
*
Fix bug with parametrize when `locale` is passed
Sharang Dashputre
2019-03-12
1
-1
/
+1
*
Add locale option to parameterize
Kaan Ozkan
2019-03-11
1
-8
/
+7
*
Remove deprecated `#acronym_regex` method from `Inflections`
Rafael Mendonça França
2019-01-17
1
-2
/
+1
*
Fix safe_constantize to not raise a LoadError.
Keenan Brock
2019-01-09
1
-0
/
+2
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-1
/
+0
*
Deprecate Unicode#normalize and Chars#normalize (#34202)
Francesco Rodríguez
2018-10-12
1
-3
/
+3
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
2
-16
/
+16
*
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
2
-2
/
+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
2
-2
/
+2
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-2
/
+2
*
Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections
Matthew Draper
2017-11-14
2
-5
/
+19
|
\
|
*
Deprecate ActiveSupport::Inflector#acronym_regex
Nick LaMuro
2017-10-28
1
-2
/
+4
|
*
Cache regexps generated from acronym_regex
Nick LaMuro
2017-10-23
2
-6
/
+18
*
|
Fix acronym support in `humanize`
Andrew White
2017-11-06
1
-1
/
+1
*
|
Fix french spelling mistake
Skander
2017-11-06
1
-6
/
+6
*
|
[ci skip] show the correct example to demonstrate inflections.
Aditya Kapoor
2017-11-01
1
-1
/
+7
|
/
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
3
-7
/
+7
*
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-3
/
+4
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
3
-0
/
+3
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
3
-7
/
+7
*
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
*
|
Raise ArgumentError if attempting to transliterate anything that is not a string
Kevin McPhillips
2017-01-16
1
-0
/
+2
*
|
There's no such module
Akira Matsuda
2017-01-05
1
-4
/
+4
*
|
Prefer Regexp#match? over Regexp#===
Matthew Draper
2016-12-31
1
-1
/
+2
*
|
Only add regexes for the new words
Matthew Draper
2016-12-31
1
-2
/
+3
*
|
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
|
/
*
Remove deprecated separator argument from parameterize
Andrew White
2016-11-14
1
-5
/
+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
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
3
-7
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-16
/
+16
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
3
-20
/
+20
*
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
[next]