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
Siddharth’s law of Software Inertia
Posted by srram on Sep 23, 2009 in observations, software
Software hacks, no matter how terrible, live forever. Once a hack is in place, an organization will talk about the ‘right solution’ but will immediately deprioritize working on the right solution.