url_to_font

url_to_font(source, options = {}) Instance Public methods Alias for: font_url

url_to_audio

url_to_audio(source, options = {}) Instance Public methods Alias for: audio_url

url_to_asset

url_to_asset(source, options = {}) Instance Public methods Alias for: asset_url

stylesheet_url

stylesheet_url(source, options = {}) Instance Public methods Computes the full URL to a stylesheet asset in the public stylesheets directory. This will use stylesheet_path internally, so most of their behaviors will be the same. url_to_stylesheet

stylesheet_path

stylesheet_path(source, options = {}) Instance Public methods Computes the path to a stylesheet asset in the public stylesheets directory. If the source filename has no extension, .css will be appended (except for explicit URIs). Full paths from the document root will be passed through. Used internally by stylesheet_link_tag to build the stylesheet path. stylesheet_path "style" # => /stylesheets/style.css stylesheet_path "dir/style.css"

path_to_video

path_to_video(source, options = {}) Instance Public methods Alias for: video_path

path_to_stylesheet

path_to_stylesheet(source, options = {}) Instance Public methods Alias for: stylesheet_path

path_to_javascript

path_to_javascript(source, options = {}) Instance Public methods Alias for: javascript_path

path_to_image

path_to_image(source, options = {}) Instance Public methods Alias for: image_path

path_to_font

path_to_font(source, options = {}) Instance Public methods Alias for: font_path