Sha256: 102350ae02ddc64417e4f0b041bc0766e2672d0facb60804e20b20582e8b81db

Contents?: true

Size: 264 Bytes

Versions: 15

Compression:

Stored size: 264 Bytes

Contents

#!/usr/bin/env ruby
begin
  load File.expand_path("../spring", __FILE__)
rescue LoadError => e
  raise unless e.message.include?("spring")
end
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
shakapacker-7.2.3 spec/dummy/bin/rails
shakapacker-7.3.0.beta.1 spec/dummy/bin/rails
shakapacker-7.2.2 spec/dummy/bin/rails
shakapacker-7.2.1 spec/dummy/bin/rails
shakapacker-7.2.0 spec/dummy/bin/rails
shakapacker-7.2.0.rc.0 spec/dummy/bin/rails
shakapacker-7.1.0 spec/dummy/bin/rails
shakapacker-7.0.3 spec/dummy/bin/rails
shakapacker-7.0.2 spec/dummy/bin/rails
shakapacker-7.0.1 spec/dummy/bin/rails
shakapacker-7.0.0 spec/dummy/bin/rails
shakapacker-7.0.0.rc.2 spec/dummy/bin/rails
shakapacker-7.0.0.rc.1 spec/dummy/bin/rails
vite_rb-0.0.1.alpha1 examples/rails-without-webpack/bin/rails
snowpacker-0.0.4.alpha1 examples/rails-without-webpack/bin/rails