Track your rails deployments using NewRelic RPM

anand posted this on 27 Dec 2010

This is applicable only if you have installed NewRelic as a gem inside your project. I am using Rails3 for my app development and adding the below lines in my deploy file worked for me.




For other details, you can read this article

~