We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fe31d commit c0cdd0cCopy full SHA for c0cdd0c
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+- Don't clean up stale storage data in railtie
4
+
5
## [0.5.0] - 2025-09-21
6
7
- Add storage interface with Redis cluster and Memcached adapters for distributed deployments
lib/dial/railtie.rb
@@ -10,9 +10,6 @@
10
module Dial
11
class Railtie < ::Rails::Railtie
12
initializer "dial.setup", after: :load_config_initializers do |app|
13
- # clean up stale storage data
14
- Storage.cleanup
15
-
16
app.config.after_initialize do
17
# set up prosopite
18
if ::ActiveRecord::Base.configurations.configurations.any? { |config| config.adapter == "postgresql" }
0 commit comments