Sha256: 7acdbc33b7440ef2b51c38df4532e45463d8f8c9a0453ef091e58d73ddded909
Contents?: true
Size: 322 Bytes
Versions: 3
Compression:
Stored size: 322 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/gaku/core/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gaku-0.0.3 | core/script/rails |
gaku-0.0.2 | core/script/rails |
gaku-0.0.1 | core/script/rails |