Sha256: fa47f5858d7e846a68aa1e4de740d726f6ab0dc05f882cb1a3ee41759e4c4385

Contents?: true

Size: 596 Bytes

Versions: 7

Compression:

Stored size: 596 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# 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/graphql_preload_queries/engine', __dir__)
APP_PATH = File.expand_path('../spec/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

7 entries across 7 versions & 1 rubygems

Version Path
graphql_preload_queries-0.4.0 bin/rails
graphql_preload_queries-0.3.1 bin/rails
graphql_preload_queries-0.3 bin/rails
graphql_preload_queries-0.2.2 bin/rails
graphql_preload_queries-0.2.1 bin/rails
graphql_preload_queries-0.2.0 bin/rails
graphql_preload_queries-0.1.0 bin/rails