After upgrading to Rails 3.1.1: “undefined method `javascript_expansions'” error

前端 未结 2 602
太阳男子
太阳男子 2021-01-27 16:50

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:

2条回答
  •  时光说笑
    2021-01-27 17:02

    I got the exact same error, after removing tinymce and running bundle install everything was running smooth, so heat up the coffee machine and try to remove suspect JavaScripts.

    Maybe it was just a lucky shoot he he

提交回复
热议问题