Sha256: 63bab27241d64392c254ce799fdbb7b9a5a3cf0861cd4ae164046a6f05dc7ad6

Contents?: true

Size: 449 Bytes

Versions: 3

Compression:

Stored size: 449 Bytes

Contents

#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.

ENGINE_ROOT = File.expand_path('../..', __FILE__)

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('Gemfile', ENGINE_ROOT)
ENGINE_PATH = File.expand_path('lib/dummy_superliner/engine', ENGINE_ROOT)

load File.expand_path('../../app_root.rb', __FILE__)

load File.expand_path('script/rails', ENV["APP_ROOT"])

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wagons-0.2.2 test/dummy/vendor/wagons/superliner/script/rails
wagons-0.2.1 test/dummy/vendor/wagons/superliner/script/rails
wagons-0.2.0 test/dummy/vendor/wagons/superliner/script/rails