Sha256: f20586e44ec6d38b55f5978cc39b72e680f9e379ccfd87f45edf67fa519d79fc
Contents?: true
Size: 381 Bytes
Versions: 23
Compression:
Stored size: 381 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/naf/engine', __FILE__) require 'rails/all' require 'rails/engine/commands' load File.expand_path('../../spec/dummy/script/rails', __FILE__)
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
naf-1.1.2 | script/rails |
naf-1.1.1 | script/rails |
naf-1.1.0 | script/rails |