Sha256: c90272a12960c4a50d98095c895d766f7d20122ebafa0ded4718839c7690c5f4
Contents?: true
Size: 685 Bytes
Versions: 2
Compression:
Stored size: 685 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/nitrolinks/rails/engine', __FILE__) APP_PATH = File.expand_path('../../features/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']) # Pick the frameworks you want: require "action_controller/railtie" require "action_view/railtie" require "sprockets/railtie" require 'rails/engine/commands'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitrolinks-rails-0.3.0 | bin/rails |
nitrolinks-rails-0.2.0 | bin/rails |