Hi,
How is it possible to generate an absolute link to the javascript file.
I assume there should be something like the one below (which unfortunately does not seem to be available):
javascript_url 'main' # -> 'http://localhost:3000/javascripts/main.js'
instead of:
javascript_path 'main' # -> '/javascripts/main.js'
I need the absolute URL because that javascript file will be used in a bookmarklet.
Additionally I need the same for css file.
Thanks,
Dmitriy.