Sha256: 0aef684f891ef5a6232b50b8798b7a0d83fb10b66c76412ce7c7d83697a978cb

Contents?: true

Size: 565 Bytes

Versions: 6

Compression:

Stored size: 565 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('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/eve_app/engine', __FILE__)
APP_PATH = File.expand_path('../../test/dummy/config/application', __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

6 entries across 6 versions & 1 rubygems

Version Path
eve_app-0.1.34 bin/rails
eve_app-0.1.33 bin/rails
eve_app-0.1.32 bin/rails
eve_app-0.1.31 bin/rails
eve_app-0.1.29 bin/rails
eve_app-0.1.27 bin/rails