Date: Sun, 20 Sep 2015 12:26:00 -0300
Last-Update: 2022-03-29
Forwarded: not-needed
Author: Antonio Terceiro <terceiro@debian.org>
Description: Use production environment by default
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config/boot.rb
+++ b/config/boot.rb
@@ -3,4 +3,6 @@
 # Set up gems listed in the Gemfile.
 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
 
+ENV['RAILS_ENV'] ||= 'production'
+
 require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
