Re: Error when using memcached uninitialized constant Memcached (NameError)

2010-11-10 Thread joshmckin
Try Dalli. It works great and reduces your slug size 10 mb. https://github.com/mperham/dalli On Nov 10, 4:54 am, Alex Killough alexkillo...@gmail.com wrote: Hi, was there ever any resolution to this issue? I receive the same   errors shown below when trying to use memcached-northscale (as

can't push today, breaking on Configuring New Relic plugin step

2010-11-10 Thread marcel
I tried to push about 10 times over a period of about 2 hours this morning. It keeps failing on the new relic step. Is this a temporary heroku issue, or do I need to resolve some new relic issue? - Heroku receiving push - Rails app detected - Gemfile detected, running Bundler version

Re: can't push today, breaking on Configuring New Relic plugin step

2010-11-10 Thread marcel
I talked with Heroku staff, and its a known bug with the newrelic plugin. They are working on a fix, but the immediate solution is to just remove the addon. On Nov 10, 11:46 am, marcel mpoi...@gmail.com wrote: I tried to push about 10 times over a period of about 2 hours this morning. It keeps

automatic plugin installation seems counter to the bundler philosophy

2010-11-10 Thread marcel
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

Re: automatic plugin installation seems counter to the bundler philosophy

2010-11-10 Thread TJ Singleton
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

patron gem install issues

2010-11-10 Thread guillaume fradin
this error prevents me from deploying. Has any experienced this? Installing patron (0.4.10) with native extensions /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/installer.rb:483:in `build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)

Re: patron gem install issues

2010-11-10 Thread Dan Croak
I ran into the same thing earlier today. Solved it by switching to RestClient. On Nov 10, 2010, at 6:38 PM, guillaume fradin guillaumefra...@googlemail.com wrote: this error prevents me from deploying. Has any experienced this? Installing patron (0.4.10) with native extensions

After redeploy, my app still displays old index page

2010-11-10 Thread Mouli
Hi, I deployed a site in Heroku few months back (url: http://pyaronweb.heroku.com) where I just created static html pages in public folder of rails. Yesterday, I redeployed a new version - updates include removal of static html pages (including my index.html) and routing through controllers. In