gpt4 book ai didi

javascript - ruby on rails javascript_include_tag :defaults

转载 作者:数据小太阳 更新时间:2023-10-29 03:50:10 25 4
gpt4 key购买 nike

什么怎么的,哪里..

<%= javascript_include_tag :defaults %>

这条邪恶的小线引入了 3 个额外的 JavaScript,我基本上可以提供更少的东西。事实上,我想用它来重新定义每页的一些默认值。但是我似乎无法弄清楚这些默认值是在哪里定义的。

我一直在 google 和 bing 上寻找答案,但我一无所获。我一直想出一个或 3 个文档来解释它的使用方法,但没有说明我如何使用它。

最佳答案

使用 Rails API documentation为此。

If the application is not using the asset pipeline, to include the default JavaScript expansion pass :defaults as source. By default, :defaults loads jQuery, and that can be overridden in config/application.rb:

config.action_view.javascript_expansions[:defaults] = %w(foo.js bar.js)

When using :defaults, if an application.js file exists in public/javascripts it will be included as well at the end.

关于javascript - ruby on rails javascript_include_tag :defaults,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7618908/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com