RailsCasts Pro episodes are now free!

Learn more or hide this

Greg Pederson's Profile

GitHub User: gspederson

Site: nsightdevelopment.com

Comments by Greg Pederson

Avatar

Wow, lots of spam above. Anyway, I just came across this and it was great because I was trying to figure out what all of that data was in the profiling trace and how to use it. I also thought I'd share that you can install:
sudo gem install newrelic_rpm
sudo gem install ruby-prof

- add a config/newrelic.yml file, which you can get by singing up for a free/lite newrelic account

- start up your app and click around
or
- go to http://127.0.0.1:3000/newrelic/ and click 'start profiling' then click around and go back to http://127.0.0.1:3000/newrelic/ to see the profiling traces

Here's a link for the newrelic developer mode stuff http://support.newrelic.com/kb/docs/developer-mode

Greg