Re: Can't use memcache with my application

2010-06-25 Thread Oren Teich
Just pushed an update for the northscale gem: http://github.com/heroku-examples/r3b4-memcache-heroku/commit/4fbc4f15dfa9f375b30325a62d9311a87cf07e7b Oren On Fri, Jun 25, 2010 at 4:11 AM, Neil Middleton wrote: > I'm not sure if this is a related issue or not, but heroku have an example > app of

Re: Can't use memcache with my application

2010-06-25 Thread Neil Middleton
I'm not sure if this is a related issue or not, but heroku have an example app of Rails 3b4 with memcached here: http://github.com/heroku-examples/r3b4-memcache-heroku However, if we flip it to memcached-northscale we start seeing : /Users/neil/Dropbox/code/r3b4-memcache-heroku/config/environmen

Re: Can't use memcache with my application

2010-06-24 Thread Eki
Thanks alot Sean, U r the man :) its working now , Cheers On Jun 24, 7:39 pm, Sean Lynch wrote: > Hi, Eki. > > This is a side-effect of Fauna's throwing exceptions for errors that would > just show up as misses in memcache-client. I've fixed this and it's in > testing in a gem called memcache

Re: Can't use memcache with my application

2010-06-24 Thread Sean Lynch
Hi, Eki. This is a side-effect of Fauna's throwing exceptions for errors that would just show up as misses in memcache-client. I've fixed this and it's in testing in a gem called memcached-northscale. You still use "require 'Memcached'", just use memcached-northscale instead of memcached in you