Sha256: 4bf7d056953876a315e795dd928f58d81f8dc718d8ec65679ce8588da3d89374
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.6.1 | bin/rails |
cache_keeper-0.6.0 | bin/rails |
cache_keeper-0.5.1 | bin/rails |
cache_keeper-0.5.0 | bin/rails |
cache_keeper-0.4.1 | bin/rails |
cache_keeper-0.4.0 | bin/rails |