Sha256: ee30732028d4dca313152fa729f331bad55dbeded4d288c5cccbaa5e769712d0
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 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_PATH = File.expand_path('../..', __FILE__) dummy_rails_path = File.expand_path('../../spec/dummy/script/rails', __FILE__) if File.exist?(dummy_rails_path) load dummy_rails_path else puts "Please first run 'rake answers:testing:dummy_app' to create a dummy Answers application." end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | lib/generators/answers/engine/templates/script/rails |
answers-core-0.0.0 | lib/generators/answers/engine/templates/script/rails |