Skip to content

Commit 4449730

Browse files
committed
Workaround for PgSearch crash
1 parent d43adfa commit 4449730

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/boot.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
22

33
require 'bundler/setup' # Set up gems listed in the Gemfile.
4+
5+
# PgSearch crashes on production
6+
# See: https://github.com/Casecommons/pg_search/issues/144
7+
require 'pg_search'
8+

0 commit comments

Comments
 (0)