Flowdock
method

javascript_url

Importance_1
v5.0.0.1 - Show latest stable - 0 notes - Class: AssetUrlHelper
javascript_url(source, options = {}) public

Computes the full URL to a JavaScript asset in the public javascripts directory. This will use javascript_path internally, so most of their behaviors will be the same. Since javascript_url is based on asset_url method you can set :host options. If :host options is set, it overwrites global config.action_controller.asset_host setting.

javascript_url "js/xmlhr.js", host: "http://stage.example.com" # => http://stage.example.com/assets/dir/xmlhr.js
Show source
Register or log in to add new notes.