module UrlHelper
Ruby on Rails 3.0.20
Provides 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
- # url_for
- # url_options
Private methods (7)
Show private methods Implementation detail — not part of the public API.
Used by
Included by (2)
Methods (inherited)
From ActionDispatch::Routing::UrlFor
(2)
- # url_for
- # url_options
From ActionView::Helpers::TagHelper
(4)
- # cdata_section
- # content_tag
- # escape_once
- # tag
From ActiveSupport::Concern
(3)
- # append_features
- # included
- self. extended
From ActionDispatch::Routing::PolymorphicRoutes
(2)
From ActionView::Helpers::CaptureHelper
(3)
- # capture
- # content_for
- # content_for?
From ERB::Util
(4)
- self. h
- self. html_escape
- self. j
- self. json_escape