Migrating project from rails 2.1.0 to edge rails 2.3.3

I wanted to migrate my project from rails 2.1.0 to rails 2.3.3so, 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 presentRAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSIONruby script/serverIt shows me error `install_memcached': 'memcache-client' client requested but not installed. Try 'sudo gem install … Continue reading Migrating project from rails 2.1.0 to edge rails 2.3.3

What is new in edge rails 2.3.3 ?

Rails community has released rails 2.3.3 recently with major upgrades and several bug fixes added.On the other side, Rails 3 ( i.e. merge of rails and merb framework ) is supposed to be officially get released in this May.Lets see what are the notable features added in rails 2.3.31. RackWhat is this rack ?Abstraction built … Continue reading What is new in edge rails 2.3.3 ?