Sha256: 76c800bbc01b81c9014ad197eaafd3305823e938e111c1d61690bc47794a3d57

Contents?: true

Size: 318 Bytes

Versions: 9

Compression:

Stored size: 318 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/stachio/engine', __FILE__)

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
stachio-0.2.1 script/rails
stachio-0.2.0 script/rails
stachio-0.1.0 script/rails
stachio-0.0.6 script/rails
stachio-0.0.5 script/rails
stachio-0.0.4 script/rails
stachio-0.0.3 script/rails
stachio-0.0.2 script/rails
stachio-0.0.1 script/rails