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
...
*
|
Caching: MemCache and Redis stores use local cache for multi-reads
Gabriel Sobrinho
2018-02-23
1
-0
/
+5
*
|
Return all mappings for a timezone id in `country_zones`
Andrew White
2018-02-19
1
-0
/
+16
*
|
String#truncate_bytes: limit to N bytes without breaking multibyte chars
Jeremy Daer
2018-02-18
1
-0
/
+5
*
|
`String#strip_heredoc` preserves frozenness
Jeremy Daer
2018-02-17
1
-0
/
+16
*
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-3
/
+10
*
|
Add test parallelization to Rails
eileencodes
2018-02-15
1
-0
/
+5
*
|
Merge pull request #31866 from fatkodima/redis_cache-connection_pool
Rafael Mendonça França
2018-02-14
1
-1
/
+0
|
\
\
|
*
|
Add support for connection pooling on RedisCacheStore
fatkodima
2018-02-01
1
-0
/
+2
|
/
/
*
|
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-505
/
+1
*
|
Add support for connection pooling on RedisCacheStore
fatkodima
2018-01-22
1
-0
/
+4
*
|
Support hash as first argument in `assert_difference`. (#31600)
Julien Meichelbeck
2018-01-18
1
-0
/
+7
*
|
Merge pull request #31651 from eugeneius/use_sha1_digests
Sean Griffin
2018-01-12
1
-4
/
+4
|
\
\
|
*
|
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
1
-4
/
+4
*
|
|
Merge pull request #30268 from ignatiusreza/instrumentation
Ryuta Kamizono
2018-01-11
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add instrumentation for read_multi
Ignatius Reza
2017-12-29
1
-0
/
+4
*
|
|
Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...
Ryuta Kamizono
2018-01-04
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
`assert_changes` should always assert some change
Daniel Ma
2017-11-13
1
-0
/
+5
*
|
|
Don't include ellipsis in truncated digest output
Eugene Kenny
2017-12-17
1
-3
/
+3
*
|
|
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
1
-0
/
+7
|
\
\
\
|
*
|
|
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-0
/
+7
*
|
|
|
[ci skip] Fix Active Support Changelog about :race_condition_ttl
Mehmet Emin INAC
2017-12-12
1
-1
/
+1
|
/
/
/
*
|
|
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-0
/
+5
*
|
|
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-0
/
+2
*
|
|
Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...
Rafael Mendonça França
2017-11-25
1
-0
/
+8
|
\
\
\
|
*
|
|
Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,
Vipul A M
2017-06-07
1
-0
/
+8
*
|
|
|
Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)
Chris LaRose
2017-11-22
1
-0
/
+7
*
|
|
|
MemCacheStore: Support expiring counters
Takumasa Ochi
2017-11-20
1
-0
/
+13
*
|
|
|
Handle `TZInfo::AmbiguousTime` errors
Andrew White
2017-11-15
1
-0
/
+27
*
|
|
|
Fix activesupport/CHANGELOG.md [ci skip]
bogdanvlviv
2017-11-14
1
-27
/
+29
*
|
|
|
Cache: Enable compression by default for values > 1kB.
Jeremy Daer
2017-11-13
1
-0
/
+12
*
|
|
|
Built-in Redis cache store
Jeremy Daer
2017-11-13
1
-0
/
+38
|
|
/
/
|
/
|
|
*
|
|
:scissors:
Ryuta Kamizono
2017-11-10
1
-2
/
+2
*
|
|
Allow `Range#include?` on TWZ ranges
Andrew White
2017-11-08
1
-0
/
+13
*
|
|
Fix acronym support in `humanize`
Andrew White
2017-11-06
1
-0
/
+11
*
|
|
Allows pass argument for `Time#prev_year` and `Time#next_year`.
bogdanvlviv
2017-10-24
1
-0
/
+27
*
|
|
Allows pass argument for `Time#prev_month` and `Time#next_month`
bogdanvlviv
2017-10-24
1
-0
/
+27
*
|
|
Allows pass argument for `Time#prev_day` and `Time#next_day`
bogdanvlviv
2017-10-24
1
-0
/
+27
*
|
|
Merge pull request #30953 from rohitpaulk/fix-io-to-json
Rafael Mendonça França
2017-10-23
1
-0
/
+8
|
\
\
\
|
*
|
|
Fix #to_json for unreadable IO objects, fixes #26132
Paul Kuruvilla
2017-10-23
1
-0
/
+8
*
|
|
|
Remove deprecated `halt_callback_chains_on_return_false` option
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-0
/
+4
|
/
/
/
*
|
|
Let Hash#slice return a Hash
Akira Matsuda
2017-10-21
1
-0
/
+4
*
|
|
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-10-04
1
-4
/
+4
*
|
|
Deprecate secret_token, long since usurped by secret_key_base.
Kasper Timm Hansen
2017-09-28
1
-0
/
+12
*
|
|
Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer...
yuuji.yaginuma
2017-09-27
1
-0
/
+4
*
|
|
Add key rotation message Encryptor and Verifier
Michael Coyne
2017-09-23
1
-0
/
+11
*
|
|
Deprecate `Module#reachable?` method
bogdanvlviv
2017-09-17
1
-0
/
+4
*
|
|
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-0
/
+19
*
|
|
Test for the new exception of delegate_missing_to (#30191)
Anton Khamets
2017-08-12
1
-0
/
+5
*
|
|
Lint activesupport/CHANGELOG.md
Jon Moss
2017-08-06
1
-7
/
+7
[prev]
[next]