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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Consistently use kwargs for `instance_{reader,writer,accessor}` options
Ryuta Kamizono
2018-10-20
2
-19
/
+11
*
|
|
|
|
Missing require "active_support/number_helper/number_converter"
Akira Matsuda
2018-10-20
7
-0
/
+14
*
|
|
|
|
Missing require "concurrent/hash"
Akira Matsuda
2018-10-20
1
-0
/
+1
*
|
|
|
|
Missing require "active_support/callbacks"
Akira Matsuda
2018-10-20
1
-0
/
+2
*
|
|
|
|
ActiveSupport module may not always already defined here
Akira Matsuda
2018-10-20
2
-150
/
+154
*
|
|
|
|
Missing require "active_support/dependencies/autoload"
Akira Matsuda
2018-10-20
1
-0
/
+2
*
|
|
|
|
attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...
Akira Matsuda
2018-10-20
1
-2
/
+0
*
|
|
|
|
Deprecate Unicode's #pack_graphemes and #unpack_graphemes methods
Francesco Rodríguez
2018-10-18
3
-4
/
+21
*
|
|
|
|
Refactor Chars#reverse and Chars#grapheme_length
Francesco Rodríguez
2018-10-16
1
-2
/
+2
*
|
|
|
|
Merge pull request #34056 from CaDs/CaDs-extend_documentation_for_fetch_multi
Richard Schneeman
2018-10-16
1
-2
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
Extends documentation for ActiveSupport::Cache#fetch_multi [ci skip]
Carlos Donderis
2018-10-16
1
-2
/
+11
*
|
|
|
|
|
Deprecate ActiveSupport::Multibyte::Chars.consumes?
Francesco Rodríguez
2018-10-15
3
-3
/
+18
*
|
|
|
|
|
Fix issue where duration where always rounded up to a second:
Edouard CHIN
2018-10-12
3
-3
/
+12
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Deprecate Unicode#normalize and Chars#normalize (#34202)
Francesco Rodríguez
2018-10-12
7
-122
/
+212
*
|
|
|
|
Use native String#capitalize
Francesco Rodríguez
2018-10-12
2
-9
/
+2
*
|
|
|
|
Deprecate Unicode#downcase/upcase/swapcase.
Francesco Rodríguez
2018-10-12
4
-33
/
+22
*
|
|
|
|
Test that nested structs to_json works as expected
Eileen Uchitelle
2018-10-11
1
-0
/
+10
*
|
|
|
|
Merge pull request #34105 from zvkemp/correct-asn-docs
Gannon McGibbon
2018-10-09
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
clarify role of unique_id in ActiveSupport::Notifications
zvkemp
2018-10-05
1
-2
/
+2
*
|
|
|
|
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
3
-0
/
+161
*
|
|
|
|
Array with single item correctly uses cache_key
Graham Turner
2018-10-05
2
-1
/
+50
|
/
/
/
/
*
|
|
|
Merge pull request #34068 from schneems/schneems/micro-optimize-try-nil
Richard Schneeman
2018-10-05
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
This PR speeds up Nil#try by avoiding an allocation when only one argument is...
schneems
2018-10-03
1
-2
/
+2
*
|
|
|
|
Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...
Martin Spickermann
2018-10-05
2
-1
/
+7
*
|
|
|
|
Merge pull request #33936 from schneems/schneems/cache-micro-optimizations
Richard Schneeman
2018-10-04
1
-2
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Decrease memory allocations in cache.rb
schneems
2018-09-21
1
-2
/
+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
5
-20
/
+64
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix the LoggerSilence to work as described:
Edouard CHIN
2018-10-02
5
-20
/
+64
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Bring config_accessor's API document back to its life
Akira Matsuda
2018-10-03
1
-1
/
+1
*
|
|
|
|
|
: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
4
-26
/
+73
|
\
\
\
\
\
|
*
|
|
|
|
Fix call sites
Gannon McGibbon
2018-10-02
1
-2
/
+2
|
*
|
|
|
|
Prefix Module#parent, Module#parents, and Module#parent_name with module
Gannon McGibbon
2018-10-02
3
-24
/
+71
*
|
|
|
|
|
Deprecate the `LoggerSilence` constant:
Edouard CHIN
2018-10-02
3
-12
/
+39
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecation
Rafael França
2018-10-02
3
-0
/
+30
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Add deprecation warning when String#first and String#last receive negative in...
Gannon McGibbon
2018-09-28
3
-0
/
+30
*
|
|
|
|
Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'
Sharang Dashputre
2018-10-02
1
-19
/
+19
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #32031 from yahonda/remove_redundant_freeze
Ryuta Kamizono
2018-10-01
31
-57
/
+57
|
\
\
\
\
|
*
|
|
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
31
-57
/
+57
|
|
/
/
/
*
/
/
/
Require the except hash extension before trying to alias it
Lachlan Sylvester
2018-10-01
1
-0
/
+1
|
/
/
/
*
|
|
Fix HashWithIndifferentAccess#without bug
Abraham Chan
2018-09-28
3
-0
/
+18
*
|
|
LoggerSilence doesn't require concurrent:
Edouard CHIN
2018-09-28
2
-1
/
+1
*
|
|
Handle more unsafe String methods (#33990)
Janosch Müller
2018-09-27
4
-11
/
+102
|
|
/
|
/
|
*
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
17
-61
/
+61
*
|
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
1
-13
/
+14
|
\
\
|
*
|
Remove private def
Sakshi Jain
2018-09-23
1
-13
/
+14
*
|
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
15
-41
/
+41
|
/
/
*
|
Switch to supports_cache_versioning? check to a class method
schneems
2018-09-20
5
-20
/
+10
*
|
[close #33907] Error when using "recyclable" cache keys with a store that doe...
schneems
2018-09-20
5
-0
/
+35
|
/
[prev]
[next]