We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43adfa commit 4449730Copy full SHA for 4449730
config/boot.rb
@@ -1,3 +1,8 @@
1
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2
3
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