I have a problem occurred while upgrading the rails version from 1.2.3 to 2.3.4. Here is the problem.. I had updated the rails version to 2.3.4. When i tries to run the application am getting the following error:
Undefined method 'cache_template_extensions' for Actionview::Base::class.
I tried for the solution. Most of the people recommended to remove the cache_template_extension from config/environments/development.rb file.
But i didn't found cache_template_extension in environment/development.rb file. Please kindly help me with this.
Thank you