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

Use actioncable-enhanced-postgresql-adapter #321

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source 'https://rubygems.org'
ruby File.read(File.join(File.dirname(__FILE__), '.ruby-version')).strip
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "actioncable-enhanced-postgresql-adapter"
gem 'activerecord-explain-analyze'
gem 'activerecord-has_some_of_many'
gem 'activerecord-postgis-adapter'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ GEM
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actioncable-enhanced-postgresql-adapter (1.0.1)
actioncable (>= 6.0)
connection_pool (>= 2.2.5)
pg (~> 1.5)
actionmailbox (7.2.2)
actionpack (= 7.2.2)
activejob (= 7.2.2)
Expand Down Expand Up @@ -487,6 +491,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actioncable-enhanced-postgresql-adapter
activerecord-explain-analyze
activerecord-has_some_of_many
activerecord-postgis-adapter
Expand Down
4 changes: 2 additions & 2 deletions config/cable.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaults: &defaults
adapter: postgresql
adapter: enhanced_postgresql

development:
<<: *defaults
Expand All @@ -8,4 +8,4 @@ test:
<<: *defaults

production:
<<: *defaults
<<: *defaults