X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c5f67bbc40e8f6a98854b1bf67fc6a98cff80790..71be4f147153573074a3eff4bfa1be559bc091b5:/services/api/config/application.rb diff --git a/services/api/config/application.rb b/services/api/config/application.rb index b6174a0d89..b28ae0e071 100644 --- a/services/api/config/application.rb +++ b/services/api/config/application.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -require File.expand_path('../boot', __FILE__) +require_relative 'boot' require "rails" # Pick only the frameworks we need: @@ -12,10 +12,11 @@ require "active_record/railtie" require "action_controller/railtie" require "action_mailer/railtie" require "action_view/railtie" -# Skip ActionCable (new in Rails 5.0) as it adds '/cable' routes that we're not using -# require "action_cable/engine" require "sprockets/railtie" require "rails/test_unit/railtie" +# Skipping the following: +# * ActionCable (new in Rails 5.0) as it adds '/cable' routes that we're not using +# * ActiveStorage (new in Rails 5.1) require 'digest'