Skip to content

Commit

Permalink
Use actioncable-enhanced-postgresql-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Nov 18, 2024
1 parent 79d530f commit 001ac98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit 001ac98

Please sign in to comment.