decko-commons/decko

View on GitHub
docker/template/config/boot.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- encoding : utf-8 -*-

require "rubygems"

# defaults to development mode without the following
ENV["RAILS_ENV"] ||= "production"

# Set up gems listed in the Gemfile.
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("Gemfile")

require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])