Ive upgraded rails from 3.0.10 to 3.1.1 and now Im getting the following Error:
undefined method \'javascript_expansions\' for ActionView::Helpers::AssetTagHelper:
I solved this problem adding the therubyracer gem to the Gemfile and runned bundle install. Thats it...
therubyracer
Gemfile
bundle install