Sha256: 59742ae5e47f0229e1bddb4b212b1b8b5bfb2e3acd78ff97b020b7e2b81fcd6f
Contents?: true
Size: 564 Bytes
Versions: 5
Compression:
Stored size: 564 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails gems # installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/scribo/engine', __FILE__) APP_PATH = File.expand_path('../../test/dummy/config/application', __FILE__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) require 'rails/all' require 'rails/engine/commands'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
scribo-1.0.44 | bin/rails |
scribo-1.0.43 | bin/rails |
scribo-1.0.42 | bin/rails |
scribo-1.0.41 | bin/rails |
scribo-1.0.40 | bin/rails |