Sha256: 79037b7ddfa09db0c8044411b76e23cf38f59bfdf188b7ce2d43f695975a8f4c
Contents?: true
Size: 449 Bytes
Versions: 18
Compression:
Stored size: 449 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/dummy_superliner/engine', ENGINE_ROOT) load File.expand_path('../../app_root.rb', __FILE__) load File.expand_path('script/rails', ENV['APP_ROOT'])
Version data entries
18 entries across 18 versions & 1 rubygems