[DRE-commits] r5353 - trunk/gemwatch

Antonio Terceiro terceiro-guest at alioth.debian.org
Sun May 16 17:01:11 UTC 2010


Author: terceiro-guest
Date: 2010-05-16 17:01:08 +0000 (Sun, 16 May 2010)
New Revision: 5353

Modified:
   trunk/gemwatch/cgi
Log:
gemwatch CGI runs in production mode



Modified: trunk/gemwatch/cgi
===================================================================
--- trunk/gemwatch/cgi	2010-05-16 16:54:30 UTC (rev 5352)
+++ trunk/gemwatch/cgi	2010-05-16 17:01:08 UTC (rev 5353)
@@ -1,5 +1,7 @@
 #!/usr/bin/env ruby
 
+ENV['RACK_ENV'] = 'production'
+
 gemwatch_dir = File.symlink?(__FILE__) ? File.dirname(File.readlink(__FILE__)) : File.dirname(__FILE__)
 $:.unshift gemwatch_dir
 require 'gemwatch'




More information about the Pkg-ruby-extras-commits mailing list