Newrelic now working in thin

This commit is contained in:
danielgrippi 2011-06-02 14:18:38 -07:00
parent 23dd975551
commit 9f05ac1f33
2 changed files with 3 additions and 3 deletions

View file

@ -9,6 +9,9 @@ require 'rails/all'
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
# use newrelic if configured via config/newrelic.yml
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
require File.expand_path('../../lib/fake', __FILE__)
module Diaspora

View file

@ -2,9 +2,6 @@
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
# use newrelic if configured via config/newrelic.yml
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
# Load the rails application
require File.expand_path('../application', __FILE__)
Haml::Template.options[:format] = :html5