Sha256: bc237756b037ca7350e24e06d2cde673cb6582adf4a4af90f709d47759f572b9
Contents?: true
Size: 481 Bytes
Versions: 17
Compression:
Stored size: 481 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails gems # installed from the root of your application. ENGINE_ROOT = File.expand_path('..', __dir__) ENGINE_PATH = File.expand_path('../lib/spree/api/engine', __dir__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __dir__) require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"]) require "rails/all" require "rails/engine/commands"
Version data entries
17 entries across 17 versions & 1 rubygems