Hi there,
You don't have to create new project and copy all the files, just update RAILS_GEM_VERSION in config/environment.rb to 1.1.6 in your old project.
Or you can freeze rails 1.1.4 into your old projects. Run rake -T and look for the freeze target, from memory it can take a rails version.
Cheers, Andy