Sha256: dbb24957980719b599c923c4a735e5c25ec1311a9cde4b14839f1ede26f08fd7
Contents?: true
Size: 568 Bytes
Versions: 3
Compression:
Stored size: 568 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('..', __dir__) ENGINE_PATH = File.expand_path('../lib/browse_everything/engine', __dir__) APP_PATH = File.expand_path('../spec/dummy_test_app/config/application', __dir__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) require 'rails/all' require 'rails/engine/commands'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
browse-everything-1.4.0 | bin/rails |
browse-everything-1.3.0 | bin/rails |
browse-everything-1.2.0 | bin/rails |