Recent activity
Subscribe to this feed-
Luke Melia started following the question "How do i add applications" in Ning.
-
Luke Melia started following the idea "Safari Keyboard Navigation Options" in Apple.
Luke Melia replied on March 06, 2009 19:39 to the idea "Support for Rails Metal" in New Relic:
Luke Melia shared an idea in New Relic on March 06, 2009 06:18:
Support for Rails MetalJust upgraded our app to Rails 2.3 RC2 and have our first Rails Metal bits in production. Working out great, except for that those requests are now invisible to NewRelic. It would be useful to have performance data on them.-
Luke Melia started following the idea "new relic status in your firefox browser" in New Relic.
Luke Melia replied on January 31, 2009 15:31 to the question "Mongrel restarts/time" in New Relic:
-
Luke Melia started following the question "does RPM support automatic alerts?" in New Relic.
Luke Melia replied on June 02, 2008 17:36 to the problem "New Relic works with Rails 2.1RC1?" in New Relic:
Luke Melia replied on June 02, 2008 15:25 to the problem "New Relic works with Rails 2.1RC1?" in New Relic:
We had this problem, and had to remove the template_root method in our (customized) exception notifier. Here's the diff:
diff --git a/app/models/exception_notifier.rb b/app/models/exception_notifier.rb
index 2e6e6c4..4703797 100644
--- a/app/models/exception_notifier.rb
+++ b/app/models/exception_notifier.rb
@@ -53,10 +53,6 @@ class ExceptionNotifier < ActionMailer::ARMailer
:sections => sections })
end
- def template_root
- "#{File.dirname(__FILE__)}/../views"
- end
-
def email_prefix
"[WEPLAY-#{RAILS_ENV.upcase}-ERROR] "
end
Loading Profile...

