migrating from rails 2.1.0 to rails 2.3.3

Hi All,

I wanted to migrate project from rails 2.1.0 to rails 2.3.3 so, i changed version in environment file but it shows me memcached-client error.

http://funonrails.wordpress.com/2009/09/24/migrating-project-from-rails-2-1-0-to-edge-rails-2-3-3/

any ideas ?

Thanks, Sandip

To update the app you have to do rake rails:update (in the application).

Colin