module UrlHelper
Ruby on Rails 7.1.6
Since v2.2.3Action View URL Helpers
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.
Namespace
Modules
Includes
Extends
Constants
Methods (defined here)
- # button_to
- # _current_page?
- # current_page?
- # link_to
- # link_to_if
- # link_to_unless
- # link_to_unless_current
- # mail_to
- # phone_to
- # sms_to
Private methods
(10)
Implementation detail — not part of the public API.
Used by
Included by (2)
Methods (inherited)
From ActionView::Helpers::TagHelper (7)
- # cdata_section
- # class_names
- # content_tag
- # escape_once
- # tag
- # token_list
- self. build_tag_values
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended
From ActionView::Helpers::CaptureHelper (4)
- # capture
- # content_for
- # content_for?
- # provide
From ActionView::Helpers::OutputSafetyHelper (3)
- # raw
- # safe_join
- # to_sentence