Sha256: 1d309299ad1025ddd0040a6e7c93296b22d588213d439b4b0bede2d0aa0a69dd
Contents?: true
Size: 494 Bytes
Versions: 16
Compression:
Stored size: 494 Bytes
Contents
#!/usr/bin/env ruby # 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/<%= gem_name %>/engine', __FILE__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' require 'rails/all' require 'rails/engine/commands' load Gem.bin_path("rails", "rails")
Version data entries
16 entries across 16 versions & 1 rubygems