Sha256: 5625c7acab04036cdc6fd4a61a9492c53d6787a002639814f49a5865c8f50793
Contents?: true
Size: 601 Bytes
Versions: 39
Compression:
Stored size: 601 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("..", __dir__) ENGINE_PATH = File.expand_path("../lib/<%= namespaced_name -%>/engine", __dir__) <% if with_dummy_app? -%> APP_PATH = File.expand_path("../<%= dummy_path -%>/config/application", __dir__) <% end -%> # Set up gems listed in the Gemfile. ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"]) <%= rails_require_statement %> require "rails/engine/commands"
Version data entries
39 entries across 39 versions & 5 rubygems