We've just done a test deployment of an app that we've just bumped to Beta 4 (Thanks for the bundler update by the way), but are running into some issues with Memcache.
According to the Heroku docs, we need to use memcached to use Memcache properly on Heroku (which we have had working just fine), however with Rails 3.0b4 this does not work: "You don't have memcache installed in your application. Please add it to your Gemfile and run bundle install" After some digging, it transpires that this is something that's been added in Beta 4: http://github.com/rails/rails/blame/master/activesupport/lib/active_support/cache/mem_cache_store.rb Therefore, is there now a new way we should be doing this? Is there any other memcache gems that people are using successfully with Heroku (memcache-client for example)? Cheers Neil -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
