Sha256: f7342eace32fcc233f99308ea16022c7386e97cc746eb75d0258a2aa8bd8d4b8
Contents?: true
Size: 484 Bytes
Versions: 6
Compression:
Stored size: 484 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__) APP_PATH = File.expand_path('../test/dummy/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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cache_keeper-0.3.0 | bin/rails |
cache_keeper-0.2.1 | bin/rails |
cache_keeper-0.2.0 | bin/rails |
cache_keeper-0.1.2 | bin/rails |
cache_keeper-0.1.1 | bin/rails |
cache_keeper-0.1.0 | bin/rails |