Sha256: 1728e6f038ff3aba351869f94345aa75c254eee175c42b347e582895808a5c31
Contents?: true
Size: 473 Bytes
Versions: 112
Compression:
Stored size: 473 Bytes
Contents
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/<%= 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
112 entries across 108 versions & 9 rubygems