Sha256: c4b8155edaea19bdeb5ab1232b67143e9108831dc85a70798762c037dc0ffb5d
Contents?: true
Size: 484 Bytes
Versions: 31
Compression:
Stored size: 484 Bytes
Contents
# 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('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/<%= namespaced_name -%>/engine', __FILE__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) require 'rails/all' require 'rails/engine/commands'
Version data entries
31 entries across 31 versions & 4 rubygems