Sha256: b9ef10101f8d9317f955d2748138872432833b5fdd99b4bf3d8e7beb1e579ac7
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 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/miniblog/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
miniblog-1.0.2 | script/rails |
miniblog-1.0.1 | script/rails |
miniblog-1.0.0 | script/rails |
miniblog-1.0.0.beta | script/rails |