Sha256: 4cd07d26d2cc66636853d6ca12e120a34651433bfe3c9b87df9be68fa9bce413

Contents?: true

Size: 702 Bytes

Versions: 13

Compression:

Stored size: 702 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__)
ENGINE_PATH = File.expand_path('../lib/trestle/auth/engine', __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"
# Pick the frameworks you want:
require "active_model/railtie"
require "active_record/railtie"
require "action_controller/railtie"
require "action_view/railtie"
require "sprockets/railtie"
# require "rails/test_unit/railtie"
require 'rails/engine/commands'

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
trestle-auth-0.5.0 bin/rails
trestle-auth-0.5.0.pre2 bin/rails
trestle-auth-0.5.0.pre bin/rails
trestle-auth-0.4.4 bin/rails
trestle-auth-otp-0.2.2 bin/rails
trestle-auth-0.4.3 bin/rails
trestle-auth-0.4.2 bin/rails
trestle-auth-0.4.1 bin/rails
trestle-auth-otp-0.2.1 bin/rails
trestle-auth-otp-0.2.0 bin/rails
trestle-auth-0.4.0 bin/rails
trestle-auth-otp-0.1.1 bin/rails
trestle-auth-otp-0.1.0 bin/rails