Sha256: 2e49857f02e4fc3861a2cbfdc8a3839d1ea1bc14e5cffbddf36a57cd318a1714
Contents?: true
Size: 547 Bytes
Versions: 5
Compression:
Stored size: 547 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/elabs/engine', __dir__) APP_PATH = File.expand_path('../spec/dummy/config/application', __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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
elabs-5.0.0 | bin/rails |
elabs-4.0.0 | bin/rails |
elabs-3.0.0 | bin/rails |
elabs-2.0.0 | bin/rails |
elabs-2.0.0.pre | bin/rails |