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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Register new autoloading in AS CHANGELOG [ci skip]
Xavier Noria
2019-02-14
1
-0
/
+4
*
Merge pull request #32861 from zvkemp/asn-unsubscribe-proxy
Aaron Patterson
2019-02-11
1
-0
/
+4
|
\
|
*
use a proxy matcher for AS::N fanout
zvkemp
2019-02-11
1
-0
/
+4
*
|
Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'
Guillermo Iguaran
2019-02-08
1
-0
/
+4
|
/
*
Merge pull request #35063 from rosa/current-before-reset-callback
Rafael Mendonça França
2019-02-04
1
-2
/
+5
|
\
|
*
Support before_reset callback in CurrentAttributes
Rosa Gutierrez
2019-01-30
1
-1
/
+4
*
|
Remove the Kernel#` override that turns ENOENT into nil
Akinori MUSHA
2019-01-31
1
-0
/
+4
|
/
*
Merge pull request #35080 from sos4nt/add_hash_assoc
Ryuta Kamizono
2019-01-30
1
-0
/
+7
|
\
|
*
Add HashWithIndifferentAccess#assoc
Stefan Schüßler
2019-01-30
1
-0
/
+6
|
/
*
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-0
/
+2
*
Remove deprecated `Module#reachable?` method
Rafael Mendonça França
2019-01-17
1
-0
/
+4
*
Remove deprecated `#acronym_regex` method from `Inflections`
Rafael Mendonça França
2019-01-17
1
-0
/
+4
*
Fix safe_constantize to not raise a LoadError.
Keenan Brock
2019-01-09
1
-0
/
+4
*
Merge pull request #34700 from gmcgibbon/fetch_multi_key_order
Rafael França
2019-01-07
1
-0
/
+6
|
\
|
*
Preserve key order passed to ActiveSupport::CacheStore#fetch_multi
Gannon McGibbon
2018-12-27
1
-0
/
+6
*
|
Require Ruby 2.5 for Rails 6.
Kasper Timm Hansen
2018-12-19
1
-2
/
+2
|
/
*
Do nothing when the same block is included again.
Mark J. Titorenko
2018-11-29
1
-0
/
+4
*
Make #to_options an alias for #symbolize_keys
Nick Weiland
2018-11-01
1
-0
/
+5
*
Registers e302725 in the CHANGELOG [ci skip]
Xavier Noria
2018-10-28
1
-0
/
+4
*
Deprecate Unicode's #pack_graphemes and #unpack_graphemes methods
Francesco Rodríguez
2018-10-18
1
-0
/
+5
*
Deprecate ActiveSupport::Multibyte::Chars.consumes?
Francesco Rodríguez
2018-10-15
1
-0
/
+4
*
Fix issue where duration where always rounded up to a second:
Edouard CHIN
2018-10-12
1
-0
/
+9
*
Deprecate Unicode#normalize and Chars#normalize (#34202)
Francesco Rodríguez
2018-10-12
1
-0
/
+5
*
Deprecate Unicode#downcase/upcase/swapcase.
Francesco Rodríguez
2018-10-12
1
-0
/
+5
*
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
1
-0
/
+4
*
Merge pull request #34051 from gmcgibbon/module_parent_method_rename
Rafael Mendonça França
2018-10-02
1
-0
/
+5
|
\
|
*
Prefix Module#parent, Module#parents, and Module#parent_name with module
Gannon McGibbon
2018-10-02
1
-0
/
+5
*
|
Deprecate the `LoggerSilence` constant:
Edouard CHIN
2018-10-02
1
-0
/
+4
|
/
*
Add deprecation warning when String#first and String#last receive negative in...
Gannon McGibbon
2018-09-28
1
-0
/
+4
*
Fix HashWithIndifferentAccess#without bug
Abraham Chan
2018-09-28
1
-0
/
+5
*
Handle more unsafe String methods (#33990)
Janosch Müller
2018-09-27
1
-0
/
+5
*
Merge pull request #27792 from tjoyal/sandbox-tagged-logging
Rafael Mendonça França
2018-09-11
1
-0
/
+5
|
\
|
*
TaggedLogging to return a new logger instance
Thierry Joyal
2017-02-27
1
-0
/
+4
*
|
Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers
ryanwhocodes
2018-09-10
1
-0
/
+6
*
|
reflect c03bba4 in CHANGELOGs
Xavier Noria
2018-09-08
1
-0
/
+9
*
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2018-09-07
1
-4
/
+4
*
|
Update CHANGELOG for SafetyBuffer slice access
Yumin Wong
2018-09-06
1
-0
/
+7
*
|
Add `Array#extract!`
bogdanvlviv
2018-08-14
1
-0
/
+11
*
|
Fix a typo in Active Support's CHANGELOG [ci skip]
Robin Dupret
2018-08-10
1
-1
/
+1
*
|
Move changelog entry of 47018a82 up [ci skip]
bogdanvlviv
2018-08-05
1
-11
/
+11
*
|
Support skip nil for cache fetch (#25437)
Martin
2018-08-05
1
-0
/
+7
*
|
I cannot spell
Aaron Patterson
2018-07-26
1
-1
/
+1
*
|
Add changelog entry
Aaron Patterson
2018-07-26
1
-0
/
+34
*
|
Add cpu_time, idle_time, and allocations to Event
Eileen Uchitelle
2018-07-26
1
-0
/
+4
*
|
Refactor #33254.
Kasper Timm Hansen
2018-07-01
1
-11
/
+10
*
|
Add :expires_in option support for RedisCacheStore increment/decrement method.
Jason Lee
2018-06-29
1
-0
/
+11
*
|
[ci skip] "brethen" is misspelled and unclear
Michael Gee
2018-05-31
1
-1
/
+1
*
|
add CHANGELOG/Doc
utilum
2018-05-22
1
-0
/
+11
*
|
[ci skip] Add documentation/changelog entry.
Kasper Timm Hansen
2018-05-21
1
-0
/
+15
*
|
Fix typo in constant name [ci skip]
yuuji.yaginuma
2018-04-22
1
-1
/
+1
[next]