| View previous topic :: View next topic |
| Author |
Message |
swaminadhan
Joined: 14 Sep 2009 Posts: 73
|
Posted: Mon Feb 15, 2010 12:25 pm Post subject: Problem while trying to run the application. |
|
|
Hello developers !
I am trying to upgrade my rails version from 1.2.3 to 2.3.4. I was able to upgrade my rails version from 1.2.3 to 2.3.4 .But am having problem while running the application. Am getting cache_template_extensions error. I have removed cache_template_extensions statement from config/environments/development.rb. But still am getting the same error even, after i removed cache_template_extensions statement from config/environments/development.rb.So could anyone please let me know the possibilities of getting this error.
Thanks in-advance,
swaminadhan |
|
| Back to top |
|
 |
swaminadhan
Joined: 14 Sep 2009 Posts: 73
|
Posted: Mon Mar 01, 2010 3:39 am Post subject: |
|
|
Finally i have come with the solution for this error:
If anyone still gets the cache_template_extensions error even after you removed the cache_template_extensions from the config//environment/development.rb file then it means u have problem in your environment.rb file. Make sure that you have writing the code after the end in the environment.rb file. We should maintain the key details and other stuff after the end statement. You should provide your gem version with in the end statement. Follow these steps to solve the cache_template_extensions error.
Thankyou |
|
| Back to top |
|
 |
|