module UrlHelper
Ruby on Rails 3.2.22.5
Since v2.2.3Provides a set of methods for making links and getting URLs that depend on the routing subsystem (see ActionDispatch::Routing). This allows you to use the same format for links in views and controllers.
Includes
Extends
Methods (defined here)
- # button_to
- # current_page?
- # link_to
- # link_to_if
- # link_to_unless
- # link_to_unless_current
- # mail_to
- # _routes_context
- # url_for
- # url_options
Private methods
(6)
Implementation detail — not part of the public API.
Used by
Included by (2)
Methods (inherited)
From ActionDispatch::Routing::UrlFor (5)
- # _routes_context
- # _with_routes
- # url_for
- # url_options
- self. new
From ActionView::Helpers::TagHelper (4)
- # cdata_section
- # content_tag
- # escape_once
- # tag
From ActiveSupport::Concern (3)
- # append_features
- # included
- self. extended
From ActionView::Helpers::CaptureHelper (4)
- # capture
- # content_for
- # content_for?
- # provide