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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated `Module#reachable?` method
Rafael Mendonça França
2019-01-17
1
-51
/
+0
*
Remove deprecated `#acronym_regex` method from `Inflections`
Rafael Mendonça França
2019-01-17
1
-6
/
+0
*
Fix safe_constantize to not raise a LoadError.
Keenan Brock
2019-01-09
2
-0
/
+14
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-1
/
+1
*
Merge pull request #34700 from gmcgibbon/fetch_multi_key_order
Rafael França
2019-01-07
1
-1
/
+9
|
\
|
*
Preserve key order passed to ActiveSupport::CacheStore#fetch_multi
Gannon McGibbon
2018-12-27
1
-1
/
+9
*
|
Tweak test name
George Claghorn
2018-12-30
1
-1
/
+1
*
|
Make Active Storage blob keys lowercase
Julik Tarkhanov
2018-12-30
1
-0
/
+20
*
|
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
2
-5
/
+1
*
|
Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`.
utilum
2018-12-21
1
-2
/
+2
*
|
Merge pull request #34764 from kamipo/avoid_redundant_begin
Ryuta Kamizono
2018-12-21
5
-140
/
+123
|
\
\
|
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
5
-140
/
+123
*
|
|
Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directories
Yuji Yaginuma
2018-12-21
1
-0
/
+28
|
\
\
\
|
*
|
|
Do not add parent directory to file system monitoring
yuuji.yaginuma
2018-12-18
1
-0
/
+28
*
|
|
|
Add test for `travel_to` with time zone
yuuji.yaginuma
2018-12-21
1
-0
/
+17
*
|
|
|
Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warnings
Kasper Timm Hansen
2018-12-20
1
-28
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Follow up #34754
bogdanvlviv
2018-12-20
1
-28
/
+6
*
|
|
|
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
|
/
/
/
*
|
|
Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`
Ryuta Kamizono
2018-12-21
1
-27
/
+0
*
|
|
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
2
-71
/
+4
*
|
|
Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)
Bogdan
2018-12-17
1
-1
/
+1
|
/
/
*
|
Test ActiveSupport::Deprecation.deprecate_methods
Yosuke Kabuto
2018-12-14
1
-0
/
+7
*
|
Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacing
Ryuta Kamizono
2018-12-13
1
-1
/
+1
|
/
*
Make `deprecate` work for non-exists methods
yuuji.yaginuma
2018-12-07
1
-0
/
+7
*
Do nothing when the same block is included again.
Mark J. Titorenko
2018-11-29
2
-0
/
+19
*
Merge pull request #34037 from reitermarkus/atomic_write-permissions
Rafael França
2018-11-22
1
-0
/
+14
|
\
|
*
Ensure correct permission when `tmpdir` is the same as `dirname`.
Markus Reiter
2018-10-02
1
-0
/
+14
*
|
Fix ruby warnings
yuuji.yaginuma
2018-11-22
1
-2
/
+2
*
|
Add test for normalizing non-unicode string
Fumiaki MATSUSHIMA
2018-11-15
1
-0
/
+10
*
|
Make #to_options an alias for #symbolize_keys
Nick Weiland
2018-11-01
1
-0
/
+7
*
|
Improve the logic that detects non-autoloaded constants
Jan Habermann
2018-10-28
4
-0
/
+47
*
|
Merge pull request #34208 from yskkin/inspect_with_parameter_filter
Ryuta Kamizono
2018-10-26
1
-0
/
+54
|
\
\
|
*
|
Implement AR#inspect using ParamterFilter.
Yoshiyuki Kinjo
2018-10-19
1
-0
/
+54
*
|
|
`assert_called_with` should require `args` argument
bogdanvlviv
2018-10-25
2
-13
/
+1
*
|
|
Use String#truncate_bytes inside Multibyte::Chars#limit
Francesco Rodríguez
2018-10-20
1
-18
/
+0
*
|
|
Deprecate Unicode's #pack_graphemes and #unpack_graphemes methods
Francesco Rodríguez
2018-10-18
1
-4
/
+6
*
|
|
Deprecate ActiveSupport::Multibyte::Chars.consumes?
Francesco Rodríguez
2018-10-15
1
-3
/
+9
*
|
|
Fix issue where duration where always rounded up to a second:
Edouard CHIN
2018-10-12
1
-2
/
+2
|
/
/
*
|
Deprecate Unicode#normalize and Chars#normalize (#34202)
Francesco Rodríguez
2018-10-12
3
-106
/
+163
*
|
Use native String#capitalize
Francesco Rodríguez
2018-10-12
1
-1
/
+1
*
|
Deprecate Unicode#downcase/upcase/swapcase.
Francesco Rodríguez
2018-10-12
1
-0
/
+6
*
|
Test that nested structs to_json works as expected
Eileen Uchitelle
2018-10-11
1
-0
/
+10
*
|
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
1
-0
/
+51
*
|
Array with single item correctly uses cache_key
Graham Turner
2018-10-05
1
-0
/
+49
*
|
Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...
Martin Spickermann
2018-10-05
1
-0
/
+6
*
|
Don't use deprecated `LoggerSilence`
yuuji.yaginuma
2018-10-04
1
-1
/
+1
*
|
Merge pull request #34055 from Edouard-chin/ec-logger-fix
Rafael França
2018-10-03
2
-1
/
+37
|
\
\
|
*
|
Fix the LoggerSilence to work as described:
Edouard CHIN
2018-10-02
2
-1
/
+37
*
|
|
:warning: assigned but unused variable - logger
Akira Matsuda
2018-10-03
1
-1
/
+1
|
/
/
*
|
Merge pull request #34051 from gmcgibbon/module_parent_method_rename
Rafael Mendonça França
2018-10-02
1
-11
/
+29
|
\
\
[next]