Module: ActionView::Helpers
- Extended by:
- ActiveSupport::Autoload, ActiveSupport::Concern
- Includes:
- ActiveModelHelper, AssetTagHelper, AssetUrlHelper, AtomFeedHelper, CacheHelper, CaptureHelper, ControllerHelper, CspHelper, CsrfHelper, DateHelper, DebugHelper, FormHelper, FormOptionsHelper, FormTagHelper, JavaScriptHelper, NumberHelper, OutputSafetyHelper, RecordTagHelper, RenderingHelper, SanitizeHelper, TagHelper, TextHelper, TranslationHelper, UrlHelper, ActiveSupport::Benchmarkable
- Included in:
- Base, TestCase::Behavior
- Defined in:
- lib/action_view/helpers.rb,
lib/action_view/helpers/tags.rb,
lib/action_view/helpers/tags/base.rb,
lib/action_view/helpers/csp_helper.rb,
lib/action_view/helpers/tag_helper.rb,
lib/action_view/helpers/tags/label.rb,
lib/action_view/helpers/url_helper.rb,
lib/action_view/helpers/csrf_helper.rb,
lib/action_view/helpers/date_helper.rb,
lib/action_view/helpers/form_helper.rb,
lib/action_view/helpers/tags/select.rb,
lib/action_view/helpers/text_helper.rb,
lib/action_view/helpers/cache_helper.rb,
lib/action_view/helpers/debug_helper.rb,
lib/action_view/helpers/number_helper.rb,
lib/action_view/helpers/capture_helper.rb,
lib/action_view/helpers/tags/check_box.rb,
lib/action_view/helpers/tags/checkable.rb,
lib/action_view/helpers/tags/tel_field.rb,
lib/action_view/helpers/tags/text_area.rb,
lib/action_view/helpers/tags/url_field.rb,
lib/action_view/helpers/form_tag_helper.rb,
lib/action_view/helpers/sanitize_helper.rb,
lib/action_view/helpers/tags/date_field.rb,
lib/action_view/helpers/tags/file_field.rb,
lib/action_view/helpers/tags/text_field.rb,
lib/action_view/helpers/tags/time_field.rb,
lib/action_view/helpers/tags/translator.rb,
lib/action_view/helpers/tags/week_field.rb,
lib/action_view/helpers/asset_tag_helper.rb,
lib/action_view/helpers/asset_url_helper.rb,
lib/action_view/helpers/atom_feed_helper.rb,
lib/action_view/helpers/rendering_helper.rb,
lib/action_view/helpers/tags/color_field.rb,
lib/action_view/helpers/tags/date_select.rb,
lib/action_view/helpers/tags/email_field.rb,
lib/action_view/helpers/tags/month_field.rb,
lib/action_view/helpers/tags/range_field.rb,
lib/action_view/helpers/tags/time_select.rb,
lib/action_view/helpers/controller_helper.rb,
lib/action_view/helpers/javascript_helper.rb,
lib/action_view/helpers/record_tag_helper.rb,
lib/action_view/helpers/tags/hidden_field.rb,
lib/action_view/helpers/tags/number_field.rb,
lib/action_view/helpers/tags/radio_button.rb,
lib/action_view/helpers/tags/search_field.rb,
lib/action_view/helpers/translation_helper.rb,
lib/action_view/helpers/active_model_helper.rb,
lib/action_view/helpers/form_options_helper.rb,
lib/action_view/helpers/tags/datetime_field.rb,
lib/action_view/helpers/tags/password_field.rb,
lib/action_view/helpers/output_safety_helper.rb,
lib/action_view/helpers/tags/datetime_select.rb,
lib/action_view/helpers/tags/placeholderable.rb,
lib/action_view/helpers/tags/time_zone_select.rb,
lib/action_view/helpers/tags/collection_select.rb,
lib/action_view/helpers/tags/collection_helpers.rb,
lib/action_view/helpers/tags/datetime_local_field.rb,
lib/action_view/helpers/tags/collection_check_boxes.rb,
lib/action_view/helpers/tags/collection_radio_buttons.rb,
lib/action_view/helpers/tags/grouped_collection_select.rb
Overview
Action View Raw Output Helper
Defined Under Namespace
Modules: ActiveModelHelper, ActiveModelInstanceTag, AssetTagHelper, AssetUrlHelper, AtomFeedHelper, CacheHelper, CaptureHelper, ControllerHelper, CspHelper, CsrfHelper, DateHelper, DebugHelper, FormHelper, FormOptionsHelper, FormTagHelper, JavaScriptHelper, NumberHelper, OutputSafetyHelper, RecordTagHelper, RenderingHelper, SanitizeHelper, TagHelper, Tags, TextHelper, TranslationHelper, UrlHelper Classes: DateTimeSelector, FormBuilder
Constant Summary
Constants included from UrlHelper
UrlHelper::BUTTON_TAG_METHOD_VERBS
Constants included from TagHelper
TagHelper::BOOLEAN_ATTRIBUTES, TagHelper::PRE_CONTENT_STRINGS, TagHelper::TAG_PREFIXES
Constants included from JavaScriptHelper
JavaScriptHelper::JS_ESCAPE_MAP
Constants included from RecordIdentifier
RecordIdentifier::JOIN, RecordIdentifier::NEW
Constants included from DateHelper
DateHelper::MINUTES_IN_QUARTER_YEAR, DateHelper::MINUTES_IN_THREE_QUARTERS_YEAR, DateHelper::MINUTES_IN_YEAR
Constants included from ControllerHelper
ControllerHelper::CONTROLLER_DELEGATES
Constants included from AssetUrlHelper
AssetUrlHelper::ASSET_EXTENSIONS, AssetUrlHelper::ASSET_PUBLIC_DIRECTORIES, AssetUrlHelper::URI_REGEXP
Class Method Summary collapse
Methods included from UrlHelper
#button_to, #current_page?, #link_to, #link_to_if, #link_to_unless, #link_to_unless_current, #mail_to, #url_for
Methods included from TagHelper
#cdata_section, #content_tag, #escape_once, #tag
Methods included from OutputSafetyHelper
#raw, #safe_join, #to_sentence
Methods included from CaptureHelper
#capture, #content_for, #content_for?, #provide, #with_output_buffer
Methods included from TranslationHelper
Methods included from TextHelper
#concat, #current_cycle, #cycle, #excerpt, #highlight, #pluralize, #reset_cycle, #safe_concat, #simple_format, #truncate, #word_wrap
Methods included from SanitizeHelper
#sanitize, #sanitize_css, #strip_links, #strip_tags
Methods included from RenderingHelper
Methods included from RecordTagHelper
Methods included from NumberHelper
#number_to_currency, #number_to_human, #number_to_human_size, #number_to_percentage, #number_to_phone, #number_with_delimiter, #number_with_precision
Methods included from JavaScriptHelper
#escape_javascript, #javascript_cdata_section, #javascript_tag
Methods included from FormTagHelper
#button_tag, #check_box_tag, #color_field_tag, #date_field_tag, #datetime_field_tag, #email_field_tag, #field_set_tag, #file_field_tag, #form_tag, #hidden_field_tag, #image_submit_tag, #label_tag, #month_field_tag, #number_field_tag, #password_field_tag, #radio_button_tag, #range_field_tag, #search_field_tag, #select_tag, #submit_tag, #telephone_field_tag, #text_area_tag, #text_field_tag, #time_field_tag, #url_field_tag, #utf8_enforcer_tag, #week_field_tag
Methods included from FormOptionsHelper
#collection_check_boxes, #collection_radio_buttons, #collection_select, #grouped_collection_select, #grouped_options_for_select, #option_groups_from_collection_for_select, #options_for_select, #options_from_collection_for_select, #select, #time_zone_options_for_select, #time_zone_select
Methods included from FormHelper
#check_box, #color_field, #date_field, #datetime_field, #email_field, #fields, #fields_for, #file_field, #form_for, #form_with, #hidden_field, #label, #month_field, #number_field, #password_field, #radio_button, #range_field, #search_field, #telephone_field, #text_area, #text_field, #time_field, #url_field, #week_field
Methods included from RecordIdentifier
Methods included from ModelNaming
#convert_to_model, #model_name_from_record_or_class
Methods included from DebugHelper
Methods included from DateHelper
#date_select, #datetime_select, #distance_of_time_in_words, #select_date, #select_datetime, #select_day, #select_hour, #select_minute, #select_month, #select_second, #select_time, #select_year, #time_ago_in_words, #time_select, #time_tag
Methods included from CsrfHelper
Methods included from CspHelper
Methods included from ControllerHelper
#assign_controller, #logger, #respond_to?
Methods included from CacheHelper
#cache, #cache_fragment_name, #cache_if, #cache_unless
Methods included from AtomFeedHelper
Methods included from AssetUrlHelper
#asset_path, #asset_url, #audio_path, #audio_url, #compute_asset_extname, #compute_asset_host, #compute_asset_path, #font_path, #font_url, #image_path, #image_url, #javascript_path, #javascript_url, #stylesheet_path, #stylesheet_url, #video_path, #video_url
Methods included from AssetTagHelper
#audio_tag, #auto_discovery_link_tag, #favicon_link_tag, #image_alt, #image_tag, #javascript_include_tag, #preload_link_tag, #stylesheet_link_tag, #video_tag
Class Method Details
.eager_load! ⇒ Object
35 36 37 38 |
# File 'lib/action_view/helpers.rb', line 35 def self.eager_load! super Tags.eager_load! end |