Module: ActionView::Helpers
- Includes:
- ActiveRecordHelper, AssetTagHelper, AtomFeedHelper, BenchmarkHelper, CacheHelper, CaptureHelper, CsrfHelper, DateHelper, DebugHelper, FormHelper, FormOptionsHelper, FormTagHelper, JavaScriptHelper, NumberHelper, PrototypeHelper, RawOutputHelper, RecordIdentificationHelper, RecordTagHelper, SanitizeHelper, ScriptaculousHelper, TagHelper, TextHelper, TranslationHelper, UrlHelper
- Defined in:
- lib/action_view/helpers.rb,
lib/action_view/helpers/tag_helper.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/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/form_tag_helper.rb,
lib/action_view/helpers/sanitize_helper.rb,
lib/action_view/helpers/asset_tag_helper.rb,
lib/action_view/helpers/atom_feed_helper.rb,
lib/action_view/helpers/benchmark_helper.rb,
lib/action_view/helpers/prototype_helper.rb,
lib/action_view/helpers/javascript_helper.rb,
lib/action_view/helpers/raw_output_helper.rb,
lib/action_view/helpers/record_tag_helper.rb,
lib/action_view/helpers/translation_helper.rb,
lib/action_view/helpers/form_options_helper.rb,
lib/action_view/helpers/active_record_helper.rb,
lib/action_view/helpers/scriptaculous_helper.rb,
lib/action_view/helpers/record_identification_helper.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ActiveRecordHelper, AssetTagHelper, AtomFeedHelper, BenchmarkHelper, CacheHelper, CaptureHelper, ClassMethods, CsrfHelper, DateHelper, DebugHelper, FormHelper, FormOptionsHelper, FormTagHelper, JavaScriptHelper, NumberHelper, PrototypeHelper, RawOutputHelper, RecordIdentificationHelper, RecordTagHelper, SanitizeHelper, ScriptaculousHelper, TagHelper, TextHelper, TranslationHelper, UrlHelper Classes: DateTimeSelector, FormBuilder, InstanceTag, JavaScriptCollectionProxy, JavaScriptElementCollectionProxy, JavaScriptElementProxy, JavaScriptProxy, JavaScriptVariableProxy
Constant Summary
Constants included from JavaScriptHelper
JavaScriptHelper::JAVASCRIPT_PATH, JavaScriptHelper::JS_ESCAPE_MAP
Constants included from PrototypeHelper
PrototypeHelper::AJAX_OPTIONS, PrototypeHelper::CALLBACKS
Constants included from TagHelper
Constants included from ScriptaculousHelper
ScriptaculousHelper::TOGGLE_EFFECTS
Constants included from NumberHelper
Constants included from AssetTagHelper
AssetTagHelper::ASSETS_DIR, AssetTagHelper::JAVASCRIPTS_DIR, AssetTagHelper::JAVASCRIPT_DEFAULT_SOURCES, AssetTagHelper::STYLESHEETS_DIR
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 JavaScriptHelper
#button_to_function, #escape_javascript, #javascript_cdata_section, #javascript_tag, #link_to_function
Methods included from PrototypeHelper
#button_to_remote, #evaluate_remote_response, #form_remote_tag, #link_to_remote, #observe_field, #observe_form, #periodically_call_remote, #remote_form_for, #remote_function, #submit_to_remote, #update_page, #update_page_tag
Methods included from TranslationHelper
Methods included from TextHelper
#auto_link, #concat, #current_cycle, #cycle, #excerpt, #highlight, #markdown, #pluralize, #reset_cycle, #simple_format, #textilize, #textilize_without_paragraph, #truncate, #word_wrap
Methods included from TagHelper
#cdata_section, #content_tag, #escape_once, #tag
Methods included from ScriptaculousHelper
#draggable_element, #draggable_element_js, #drop_receiving_element, #drop_receiving_element_js, #sortable_element, #sortable_element_js, #visual_effect
Methods included from SanitizeHelper
#sanitize, #sanitize_css, #strip_links, #strip_tags
Methods included from RecordTagHelper
Methods included from RecordIdentificationHelper
#dom_class, #dom_id, #partial_path
Methods included from RawOutputHelper
Methods included from NumberHelper
#number_to_currency, #number_to_human_size, #number_to_percentage, #number_to_phone, #number_with_delimiter, #number_with_precision
Methods included from FormTagHelper
#check_box_tag, #field_set_tag, #file_field_tag, #form_tag, #hidden_field_tag, #image_submit_tag, #label_tag, #password_field_tag, #radio_button_tag, #select_tag, #submit_tag, #text_area_tag, #text_field_tag
Methods included from FormOptionsHelper
#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
#apply_form_for_options!, #check_box, #fields_for, #file_field, #form_for, #hidden_field, #label, #password_field, #radio_button, #text_area, #text_field
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
Methods included from CsrfHelper
Methods included from CaptureHelper
#capture, #content_for, #with_output_buffer
Methods included from CacheHelper
Methods included from BenchmarkHelper
Methods included from AtomFeedHelper
Methods included from AssetTagHelper
#auto_discovery_link_tag, cache_asset_timestamps, cache_asset_timestamps=, #image_path, #image_tag, #javascript_include_tag, #javascript_path, register_javascript_expansion, register_javascript_include_default, register_stylesheet_expansion, reset_javascript_include_default, #stylesheet_link_tag, #stylesheet_path
Methods included from ActiveRecordHelper
#error_message_on, #error_messages_for, #form, #input
Class Method Details
.included(base) ⇒ Object
28 29 30 |
# File 'lib/action_view/helpers.rb', line 28 def self.included(base) base.extend(ClassMethods) end |