Skip to content

Commit 2c15e00

Browse files
author
Nicholas Stuart
committed
Address PR comments.
1 parent 2e097e8 commit 2c15e00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

activesupport/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Previously, if you provided a `error_handler` to `redis_cache_store`, any errors thrown by
44
the error handler would be rescued and logged only. Removed the `rescue` clause from `handle_exception`
55
to allow these to be thrown.
6+
7+
*Nicholas A. Stuart*
68

79
* Allow entirely opting out of deprecation warnings.
810

guides/source/caching_with_rails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ config.cache_store = :redis_cache_store, { url: cache_servers,
528528
read_timeout: 0.2, # Defaults to 1 second
529529
write_timeout: 0.2, # Defaults to 1 second
530530
reconnect_attempts: 1, # Defaults to 0
531+
531532
error_handler: -> (method:, returning:, exception:) {
532533
# Report errors to Sentry as warnings
533534
Raven.capture_exception exception, level: 'warning',

0 commit comments

Comments
 (0)