Sha256: 1c0312f5ef0a361460166c3e89c7d0974ac1c192d09b767ac69b28b4687e5e7b

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chili-0.3.0 spec/dummy/template/script/rails
chili-0.2.2 spec/dummy/template/script/rails
chili-0.2.1 spec/dummy/template/script/rails
chili-0.2.0 spec/dummy/template/script/rails
chili-0.1.0 spec/dummy/chili_template/script/rails