Friday, September 25, 2009

Migrating project from rails 2.1.0 to edge rails 2.3.3

by Sandip Ransing 1 comments
Tags

I wanted to migrate my project from rails 2.1.0 to rails 2.3.3
so, i performed following steps, but it shows me memcached-client error.

vi config/environment.rb

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION


ruby script/server

It shows me error
`install_memcached': 'memcache-client' client requested but not installed. Try 'sudo gem install memcache-client'. (Interlock::ConfigurationError)

so, i installed memcache-client gem

gem install memcache-client

but still i am showing same error, any ideas ??

blog comments powered by Disqus

About The Author

Sandip is a ruby on rails developer based in pune and also a blogger at funonrails. Opensource contributor and working with Josh software Private Limited. for more info read Follow Sandip on Twitter for updates.

Connect With Me...

Github Projects

@sandipransing Twitter