Sha256: d144ff65fb7e919cee8f1169850086af0ccca282eecfbe40e83123d84f34ac30

Contents?: true

Size: 572 Bytes

Versions: 9

Compression:

Stored size: 572 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('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/active_job_log/engine', __FILE__)
APP_PATH = File.expand_path('../../spec/dummy/config/application', __FILE__)

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])

require 'rails/all'
require 'rails/engine/commands'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
active_job_log-3.0.0 bin/rails
active_job_log-2.1.0 bin/rails
active_job_log-2.0.0 bin/rails
active_job_log-1.2.0 bin/rails
active_job_log-1.1.0 bin/rails
active_job_log-1.0.0 bin/rails
active_job_log-0.2.1 bin/rails
active_job_log-0.2.0 bin/rails
active_job_log-0.1.0 bin/rails