茧链接不起作用
Cocoon links are not working
我使用 Rails 4 和 Cocoon gem。
事实上,我知道问题 - cocoon.js 没有编译成 application.js,正如我在浏览器中看到的那样。我确实需要 application.js 中的 cocoon 并安装了 gem。
我不使用 turbolinks。
还有什么可能导致这种情况?
我从 cocoon 的开发者那里得到了这个答案。
Good news! Tips for the future: do not do rake assets:precompile
in development, because I have noticed weird effects with that too. And to really clean the assets, you have to do rake assets:clobber
(clean leaves the last three compilations and deletes the older ones).
希望对您有所帮助。
我使用 Rails 4 和 Cocoon gem。 事实上,我知道问题 - cocoon.js 没有编译成 application.js,正如我在浏览器中看到的那样。我确实需要 application.js 中的 cocoon 并安装了 gem。
我不使用 turbolinks。 还有什么可能导致这种情况?
我从 cocoon 的开发者那里得到了这个答案。
Good news! Tips for the future: do not do
rake assets:precompile
in development, because I have noticed weird effects with that too. And to really clean the assets, you have to dorake assets:clobber
(clean leaves the last three compilations and deletes the older ones).
希望对您有所帮助。