From e59088a2a0cca3f7952cd07b17a1acb805eb18df Mon Sep 17 00:00:00 2001 From: did Date: Wed, 6 Apr 2011 00:50:58 +0200 Subject: [PATCH] debugging heroku version --- lib/locomotive/hosting/heroku.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/locomotive/hosting/heroku.rb b/lib/locomotive/hosting/heroku.rb index 5b6366e9..5f23290c 100644 --- a/lib/locomotive/hosting/heroku.rb +++ b/lib/locomotive/hosting/heroku.rb @@ -35,6 +35,8 @@ module Locomotive self.enhance_site_model_with_heroku + puts "HEROKU NAME = #{ENV['APP_NAME'].inspect} / #{ENV.inspect}" + # "cache" domains for better performance self.heroku_domains = self.heroku_connection.list_domains(self.config.heroku[:name]).collect { |h| h[:domain] } end