Sha256: 4bcfb08c547df5c6dc8dd23a5b7c6f652b0cf952b7a6522c1188bd4ec8d5e9db

Contents?: true

Size: 317 Bytes

Versions: 12

Compression:

Stored size: 317 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__)
ENGINE_PATH = File.expand_path('../../lib/detour/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
detour-0.0.15 script/rails
detour-0.0.14 script/rails
detour-0.0.13 script/rails
detour-0.0.12 script/rails
detour-0.0.11 script/rails
detour-0.0.10 script/rails
detour-0.0.9 script/rails
detour-0.0.7 script/rails
detour-0.0.6 script/rails
detour-0.0.5 script/rails
detour-0.0.3 script/rails
detour-0.0.2 script/rails