在 Rails 3.1 中,这个咖啡脚本如何影响事物?很容易选择退出吗?

发布于 2024-11-28 09:42:07 字数 86 浏览 0 评论 0原文

如果我将现有的 Rails 3 应用程序升级到 3.1,是否会导致 CoffeeScript 出现任何问题?

我如何选择退出并让事情正常运行?

If I upgrade my existing rails 3 app to 3.1, will it cause any issues with coffeescript?

How can I opt out and have things run as 'normal'?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

唐婉 2024-12-05 09:42:07

您不会受到影响,因为所有 .js 文件都不会受到影响。 CoffeeScript 仅解析 .coffee 文件。

因此,您可以尝试使用 CoffeeScript,同时保留所有现有的 javascript 代码。

You won't be affected, as all .js files are left alone. Only .coffee files are parsed by CoffeeScript.

Thus, you can experiment with CoffeeScript while at the same time leaving all existing javascript code alone.

空城旧梦 2024-12-05 09:42:07

要“关闭”咖啡脚本,只需删除 Gemfile 中的 gem 'coffee-script' 行或取消注释即可。

To turn coffescript thing 'off' just delete or uncomment gem 'coffee-script' line in Gemfile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文