javascript - ruby on rails javascript_include_tag :defaults - Stack Overflow

What the how the, where the.. <%= javascript_include_tag :defaults %>this little evil line is pul

What the how the, where the..

<%= javascript_include_tag :defaults %>

this little evil line is pulling in 3 additional JavaScript that I could essentially give less then a damn about. In fact I would like to use that to redefine some defaults on a per page basis. However I can't seem to figure out where those defaults are defined.

Ive been on google and bing looking for answers but I yield none. I keep ing up with a document or 3 that explain using it, but not how I can use it.

What the how the, where the..

<%= javascript_include_tag :defaults %>

this little evil line is pulling in 3 additional JavaScript that I could essentially give less then a damn about. In fact I would like to use that to redefine some defaults on a per page basis. However I can't seem to figure out where those defaults are defined.

Ive been on google and bing looking for answers but I yield none. I keep ing up with a document or 3 that explain using it, but not how I can use it.

Share Improve this question edited Oct 1, 2011 at 9:38 rdvdijk 4,39828 silver badges30 bronze badges asked Oct 1, 2011 at 7:37 chrischris 37k53 gold badges147 silver badges256 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 11

Use the Rails API documentation for this.

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.

For rails 6 may use javascript_pack_tag 'application', 'data-turbolinks-track': 'reload'

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743632564a4481610.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信