Sha256: 599b67ec41c78734b0b0f7f360f960c457b87d24020adabdf175a66f413f3636
Contents?: true
Size: 606 Bytes
Versions: 5
Compression:
Stored size: 606 Bytes
Contents
#!/usr/bin/env ruby.exe # 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/criteria_operator/ui_component/engine', __FILE__) APP_PATH = File.expand_path('../../test/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
5 entries across 5 versions & 1 rubygems