Sha256: fac730932c541c10a296f19685d7b2741adc5a4cafc8d8f3d4208fe7d7a2f5f2
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 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__) ENV['BUNDLE_GEMFILE'] ||= File.expand_path('Gemfile', ENGINE_ROOT) ENGINE_PATH = File.expand_path('lib/<%= singular_name %>/engine', ENGINE_ROOT) load File.expand_path('../../app_root.rb', __FILE__) load File.expand_path('script/rails', ENV["APP_ROOT"])
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wagons-0.2.2 | lib/generators/wagon/templates/script/rails.tt |
wagons-0.2.1 | lib/generators/wagon/templates/script/rails.tt |
wagons-0.2.0 | lib/generators/wagon/templates/script/rails.tt |