On Nov 10, 2010, at 3:29 PM, marcel wrote:

> I've been bitten twice now by addons whose automatic plugin
> installation broke my app. The ease of installation is compelling, but
> it seems more appropriate to just install a gem via bundler. If
> special Heroku magic is needed, then provide a special gem, such as
> heroku_newrelic or heroku_exeptional.

I also ran into an issue along these lines. My work around was to create empty 
directories in /vendor/plugins/newrelic_rpm.  Heroku assumed that the plugins 
where already  and did not try to install their version. Then I was able to add 
the newrelic gem to my Gemfile and load it how I wanted.

TJ Singleton
SalesCrunch.com

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to