Fixed issue #2037: Restart of processes form application context fails.
This commit is contained in:
parent
ebebfef8b1
commit
53ca6bd4c1
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ require File.expand_path('boot', __dir__)
|
||||||
|
|
||||||
require 'rails/all'
|
require 'rails/all'
|
||||||
|
|
||||||
|
# DO NOT REMOVE THIS LINE - see issue #2037
|
||||||
|
Bundler.setup
|
||||||
|
|
||||||
# Require the gems listed in Gemfile, including any gems
|
# Require the gems listed in Gemfile, including any gems
|
||||||
# you've limited to :test, :development, or :production.
|
# you've limited to :test, :development, or :production.
|
||||||
Bundler.require(*Rails.groups)
|
Bundler.require(*Rails.groups)
|
||||||
|
|
Loading…
Reference in a new issue