Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.3.0 breaks the Rpush initialization #50

Closed
vzamanillo opened this issue Aug 1, 2024 · 1 comment · Fixed by #51
Closed

Release 4.3.0 breaks the Rpush initialization #50

vzamanillo opened this issue Aug 1, 2024 · 1 comment · Fixed by #51
Assignees

Comments

@vzamanillo
Copy link

vzamanillo commented Aug 1, 2024

rel #49

image

We can no longer initialize rpush in the old way

  # Options passed to Redis.new
  # config.redis_options = {}

The following initialization example (old way) raises a NoMethodError

config.redis_options = { url: Rails.application.config.redis_urls[:default_db] }

because it's expecting the :default key, this way

config.redis_options[:default] = { url: Rails.application.config.redis_urls[:default_db] }

@benlangfeld
Copy link
Contributor

4.3.1 released, please try with that version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants