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:Module
but not on every page, just some pages are involved. I googled it already but I didnt find anything! Im running ruby 1.9.2 by the way...
Also my asset pipeline doesnt seem to work. Its not loading the application.css
and application.js
file even its in the assets
subfolders. Im getting a routing error each time I try to fetch any of the files.