I upgraded a Rails application from 2.1.0 to 2.2.2 using rake rails:update
. This updated config/boot.rb
and the prototype and scriptaculous files on public/javascripts
.
Then I created two new Rails applications, one for each version of Rails.
Comparing these two applications I noticed that there are more different files (production.rb
, new_rails_defaults.rb
, database.yml
, etc.)
Should I care to update manually these files in my upgraded applications?