Upgrading rails from 2.0.2 to 2.3.5
Posted by srram on Jan 3, 2010 in rails
No Comments
Edit config/environment.rb. Change the rails version from 2.0.2 to 2.3.5
run rake rails:update
Edit config/environments/development.rb. Remove the line
config.action_view.cache_template_extensions = false
thats it