Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 799 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 799 Bytes

DEPRECATED

Please use the latest version of the New Relic Ruby Agent

heroku-true-relic

Show accurate heroku queue time numbers in new relic

Disclaimer

This is still a work in progress - please let me know if you're having trouble getting this working!

Usage

Rails 3

gem 'heroku-true-relic'

Rails 2

gem 'heroku-true-relic', :require => 'heroku-true-relic/rails2'

Rack apps (not tested, but should work fine)

require 'heroku-true-relic'

...

use HerokuTrueRelic::QueueTimeLogger

Running the specs

  • Install rvm
  • Git clone this repository
  • cd into the directory (make sure the .rmvrc file is read properly
  • rake all:bundle
  • rake all:spec