herb 0.10.0-arm-linux-gnu → 0.10.1-arm-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/action_view_helpers/actioncable/action_cable_helper/action_cable_meta_tag.yml +20 -0
- data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy?.yml +16 -0
- data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy_nonce.yml +16 -0
- data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_path.yml +27 -0
- data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_url.yml +33 -0
- data/config/action_view_helpers/actionpack/request_forgery_protection/form_authenticity_token.yml +19 -0
- data/config/action_view_helpers/actionpack/request_forgery_protection/protect_against_forgery?.yml +16 -0
- data/config/action_view_helpers/actiontext/content_helper/render_action_text_content.yml +21 -0
- data/config/action_view_helpers/actiontext/content_helper/sanitize_action_text_content.yml +21 -0
- data/config/action_view_helpers/actiontext/tag_helper/rich_textarea_tag.yml +46 -0
- data/config/action_view_helpers/actionview/active_model_helper/error_message.yml +16 -0
- data/config/action_view_helpers/actionview/active_model_helper/error_wrapping.yml +16 -0
- data/config/action_view_helpers/actionview/active_model_helper/object.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/apply_stylesheet_media_default.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/audio_tag.yml +45 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_discovery_link_tag.yml +44 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_scripts.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_styles.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/favicon_link_tag.yml +46 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/image_decoding.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/image_loading.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/image_tag.yml +68 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/javascript_include_tag.yml +59 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/picture_tag.yml +29 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/preload_link_tag.yml +50 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/preload_links_header.yml +16 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/stylesheet_link_tag.yml +50 -0
- data/config/action_view_helpers/actionview/asset_tag_helper/video_tag.yml +55 -0
- data/config/action_view_helpers/actionview/asset_url_helper/asset_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/asset_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/audio_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/audio_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_extname.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_host.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_path.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/font_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/font_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/image_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/image_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/javascript_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/javascript_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/public_compute_asset_path.yml +16 -0
- data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_url.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/video_path.yml +23 -0
- data/config/action_view_helpers/actionview/asset_url_helper/video_url.yml +23 -0
- data/config/action_view_helpers/actionview/atom_feed_helper/atom_feed.yml +40 -0
- data/config/action_view_helpers/actionview/cache_helper/cache.yml +28 -0
- data/config/action_view_helpers/actionview/cache_helper/cache_fragment_name.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/cache_if.yml +27 -0
- data/config/action_view_helpers/actionview/cache_helper/cache_unless.yml +27 -0
- data/config/action_view_helpers/actionview/cache_helper/caching_predicate.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/digest_path_from_template.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/fragment_for.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/fragment_name_with_digest.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/read_fragment_for.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/uncacheable.yml +16 -0
- data/config/action_view_helpers/actionview/cache_helper/write_fragment_for.yml +16 -0
- data/config/action_view_helpers/actionview/capture_helper/capture.yml +16 -0
- data/config/action_view_helpers/actionview/capture_helper/content_for.yml +24 -0
- data/config/action_view_helpers/actionview/capture_helper/content_for_predicate.yml +21 -0
- data/config/action_view_helpers/actionview/capture_helper/provide.yml +21 -0
- data/config/action_view_helpers/actionview/capture_helper/with_output_buffer.yml +16 -0
- data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prepend_content_exfiltration_prevention.yml +16 -0
- data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prevent_content_exfiltration.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/action_name.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/assign_controller.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/controller.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/controller_name.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/controller_path.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/cookies.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/flash.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/headers.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/logger.yml +18 -0
- data/config/action_view_helpers/actionview/controller_helper/params.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/request.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/request_forgery_protection_token.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/response.yml +16 -0
- data/config/action_view_helpers/actionview/controller_helper/session.yml +16 -0
- data/config/action_view_helpers/actionview/csp_helper/csp_meta_tag.yml +23 -0
- data/config/action_view_helpers/actionview/csrf_helper/csrf_meta_tags.yml +23 -0
- data/config/action_view_helpers/actionview/date_helper/date_select.yml +71 -0
- data/config/action_view_helpers/actionview/date_helper/datetime_select.yml +59 -0
- data/config/action_view_helpers/actionview/date_helper/distance_of_time_in_words.yml +33 -0
- data/config/action_view_helpers/actionview/date_helper/relative_time_in_words.yml +36 -0
- data/config/action_view_helpers/actionview/date_helper/select_date.yml +49 -0
- data/config/action_view_helpers/actionview/date_helper/select_datetime.yml +58 -0
- data/config/action_view_helpers/actionview/date_helper/select_day.yml +42 -0
- data/config/action_view_helpers/actionview/date_helper/select_hour.yml +48 -0
- data/config/action_view_helpers/actionview/date_helper/select_minute.yml +42 -0
- data/config/action_view_helpers/actionview/date_helper/select_month.yml +54 -0
- data/config/action_view_helpers/actionview/date_helper/select_second.yml +39 -0
- data/config/action_view_helpers/actionview/date_helper/select_time.yml +52 -0
- data/config/action_view_helpers/actionview/date_helper/select_year.yml +45 -0
- data/config/action_view_helpers/actionview/date_helper/time_ago_in_words.yml +26 -0
- data/config/action_view_helpers/actionview/date_helper/time_select.yml +56 -0
- data/config/action_view_helpers/actionview/date_helper/time_tag.yml +37 -0
- data/config/action_view_helpers/actionview/debug_helper/debug.yml +21 -0
- data/config/action_view_helpers/actionview/form_helper/apply_form_for_options.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/button.yml +38 -0
- data/config/action_view_helpers/actionview/form_helper/checkbox.yml +49 -0
- data/config/action_view_helpers/actionview/form_helper/color_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/date_field.yml +38 -0
- data/config/action_view_helpers/actionview/form_helper/datetime_field.yml +43 -0
- data/config/action_view_helpers/actionview/form_helper/email_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/emitted_hidden_id.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/fields.yml +31 -0
- data/config/action_view_helpers/actionview/form_helper/fields_for.yml +33 -0
- data/config/action_view_helpers/actionview/form_helper/file_field.yml +44 -0
- data/config/action_view_helpers/actionview/form_helper/form_for.yml +41 -0
- data/config/action_view_helpers/actionview/form_helper/form_with.yml +42 -0
- data/config/action_view_helpers/actionview/form_helper/form_with_generates_ids.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/form_with_generates_remote_forms.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/hidden_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/label.yml +47 -0
- data/config/action_view_helpers/actionview/form_helper/month_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/multipart.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/multiple_file_field_include_hidden.yml +16 -0
- data/config/action_view_helpers/actionview/form_helper/number_field.yml +44 -0
- data/config/action_view_helpers/actionview/form_helper/password_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/radio_button.yml +37 -0
- data/config/action_view_helpers/actionview/form_helper/range_field.yml +44 -0
- data/config/action_view_helpers/actionview/form_helper/search_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/submit.yml +35 -0
- data/config/action_view_helpers/actionview/form_helper/telephone_field.yml +34 -0
- data/config/action_view_helpers/actionview/form_helper/text_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/textarea.yml +37 -0
- data/config/action_view_helpers/actionview/form_helper/time_field.yml +41 -0
- data/config/action_view_helpers/actionview/form_helper/url_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_helper/week_field.yml +32 -0
- data/config/action_view_helpers/actionview/form_options_helper/collection_checkboxes.yml +58 -0
- data/config/action_view_helpers/actionview/form_options_helper/collection_radio_buttons.yml +56 -0
- data/config/action_view_helpers/actionview/form_options_helper/collection_select.yml +65 -0
- data/config/action_view_helpers/actionview/form_options_helper/grouped_collection_select.yml +69 -0
- data/config/action_view_helpers/actionview/form_options_helper/grouped_options_for_select.yml +39 -0
- data/config/action_view_helpers/actionview/form_options_helper/option_groups_from_collection_for_select.yml +47 -0
- data/config/action_view_helpers/actionview/form_options_helper/options_for_select.yml +27 -0
- data/config/action_view_helpers/actionview/form_options_helper/options_from_collection_for_select.yml +37 -0
- data/config/action_view_helpers/actionview/form_options_helper/select.yml +59 -0
- data/config/action_view_helpers/actionview/form_options_helper/time_zone_options_for_select.yml +34 -0
- data/config/action_view_helpers/actionview/form_options_helper/time_zone_select.yml +53 -0
- data/config/action_view_helpers/actionview/form_options_helper/weekday_options_for_select.yml +31 -0
- data/config/action_view_helpers/actionview/form_options_helper/weekday_select.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/button_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/checkbox_tag.yml +45 -0
- data/config/action_view_helpers/actionview/form_tag_helper/color_field_tag.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/date_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/datetime_field_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/default_enforce_utf8.yml +16 -0
- data/config/action_view_helpers/actionview/form_tag_helper/email_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/embed_authenticity_token_in_remote_forms.yml +16 -0
- data/config/action_view_helpers/actionview/form_tag_helper/field_id.yml +32 -0
- data/config/action_view_helpers/actionview/form_tag_helper/field_name.yml +32 -0
- data/config/action_view_helpers/actionview/form_tag_helper/field_set_tag.yml +34 -0
- data/config/action_view_helpers/actionview/form_tag_helper/file_field_tag.yml +41 -0
- data/config/action_view_helpers/actionview/form_tag_helper/form_tag.yml +42 -0
- data/config/action_view_helpers/actionview/form_tag_helper/hidden_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/image_submit_tag.yml +40 -0
- data/config/action_view_helpers/actionview/form_tag_helper/label_tag.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/month_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/number_field_tag.yml +49 -0
- data/config/action_view_helpers/actionview/form_tag_helper/password_field_tag.yml +38 -0
- data/config/action_view_helpers/actionview/form_tag_helper/radio_button_tag.yml +42 -0
- data/config/action_view_helpers/actionview/form_tag_helper/range_field_tag.yml +49 -0
- data/config/action_view_helpers/actionview/form_tag_helper/search_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/select_tag.yml +49 -0
- data/config/action_view_helpers/actionview/form_tag_helper/submit_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/telephone_field_tag.yml +39 -0
- data/config/action_view_helpers/actionview/form_tag_helper/text_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/textarea_tag.yml +43 -0
- data/config/action_view_helpers/actionview/form_tag_helper/time_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/url_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/form_tag_helper/utf8_enforcer_tag.yml +16 -0
- data/config/action_view_helpers/actionview/form_tag_helper/week_field_tag.yml +37 -0
- data/config/action_view_helpers/actionview/javascript_helper/escape_javascript.yml +23 -0
- data/config/action_view_helpers/actionview/javascript_helper/javascript_cdata_section.yml +16 -0
- data/config/action_view_helpers/actionview/javascript_helper/javascript_tag.yml +45 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_currency.yml +36 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_human.yml +27 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_human_size.yml +24 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_percentage.yml +24 -0
- data/config/action_view_helpers/actionview/number_helper/number_to_phone.yml +34 -0
- data/config/action_view_helpers/actionview/number_helper/number_with_delimiter.yml +29 -0
- data/config/action_view_helpers/actionview/number_helper/number_with_precision.yml +27 -0
- data/config/action_view_helpers/actionview/output_safety_helper/raw.yml +21 -0
- data/config/action_view_helpers/actionview/output_safety_helper/safe_join.yml +26 -0
- data/config/action_view_helpers/actionview/output_safety_helper/to_sentence.yml +33 -0
- data/config/action_view_helpers/actionview/record_identifier/dom_class.yml +27 -0
- data/config/action_view_helpers/actionview/record_identifier/dom_id.yml +27 -0
- data/config/action_view_helpers/actionview/record_identifier/dom_target.yml +22 -0
- data/config/action_view_helpers/actionview/record_identifier/model_name_from_record_or_class.yml +16 -0
- data/config/action_view_helpers/actionview/rendering_helper/render.yml +34 -0
- data/config/action_view_helpers/actionview/sanitize_helper/sanitize.yml +27 -0
- data/config/action_view_helpers/actionview/sanitize_helper/sanitize_css.yml +21 -0
- data/config/action_view_helpers/actionview/sanitize_helper/sanitizer_vendor.yml +16 -0
- data/config/action_view_helpers/actionview/sanitize_helper/strip_links.yml +21 -0
- data/config/action_view_helpers/actionview/sanitize_helper/strip_tags.yml +21 -0
- data/config/action_view_helpers/actionview/tag_helper/cdata_section.yml +21 -0
- data/config/action_view_helpers/actionview/tag_helper/content_tag.yml +64 -0
- data/config/action_view_helpers/actionview/tag_helper/escape_once.yml +21 -0
- data/config/action_view_helpers/actionview/tag_helper/tag.yml +47 -0
- data/config/action_view_helpers/actionview/tag_helper/token_list.yml +24 -0
- data/config/action_view_helpers/actionview/text_helper/concat.yml +21 -0
- data/config/action_view_helpers/actionview/text_helper/current_cycle.yml +22 -0
- data/config/action_view_helpers/actionview/text_helper/cycle.yml +31 -0
- data/config/action_view_helpers/actionview/text_helper/excerpt.yml +39 -0
- data/config/action_view_helpers/actionview/text_helper/highlight.yml +35 -0
- data/config/action_view_helpers/actionview/text_helper/pluralize.yml +32 -0
- data/config/action_view_helpers/actionview/text_helper/reset_cycle.yml +22 -0
- data/config/action_view_helpers/actionview/text_helper/safe_concat.yml +16 -0
- data/config/action_view_helpers/actionview/text_helper/simple_format.yml +40 -0
- data/config/action_view_helpers/actionview/text_helper/truncate.yml +40 -0
- data/config/action_view_helpers/actionview/text_helper/word_wrap.yml +27 -0
- data/config/action_view_helpers/actionview/translation_helper/debug_missing_translation.yml +16 -0
- data/config/action_view_helpers/actionview/translation_helper/localize.yml +29 -0
- data/config/action_view_helpers/actionview/translation_helper/translate.yml +32 -0
- data/config/action_view_helpers/actionview/url_helper/button_to.yml +55 -0
- data/config/action_view_helpers/actionview/url_helper/button_to_generates_button_tag.yml +16 -0
- data/config/action_view_helpers/actionview/url_helper/current_page?.yml +28 -0
- data/config/action_view_helpers/actionview/url_helper/link_to.yml +76 -0
- data/config/action_view_helpers/actionview/url_helper/link_to_if.yml +42 -0
- data/config/action_view_helpers/actionview/url_helper/link_to_unless.yml +42 -0
- data/config/action_view_helpers/actionview/url_helper/link_to_unless_current.yml +37 -0
- data/config/action_view_helpers/actionview/url_helper/mail_to.yml +56 -0
- data/config/action_view_helpers/actionview/url_helper/phone_to.yml +44 -0
- data/config/action_view_helpers/actionview/url_helper/sms_to.yml +47 -0
- data/config/action_view_helpers/actionview/url_helper/url_for.yml +22 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache.yml +16 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache_tag.yml +20 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview.yml +16 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview_tag.yml +20 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload.yml +16 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload_tag.yml +20 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_method_tag.yml +26 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_scroll_tag.yml +26 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refreshes_with.yml +22 -0
- data/config/action_view_helpers/turbo-rails/frames_helper/turbo_frame_tag.yml +50 -0
- data/config/action_view_helpers/turbo-rails/includes_helper/turbo_include_tags.yml +16 -0
- data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_action_tag.yml +34 -0
- data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_refresh_tag.yml +23 -0
- data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream.yml +16 -0
- data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream_from.yml +33 -0
- data/config/options.yml +14 -0
- data/config/view_context_methods/actionview/base/annotate_rendered_view_with_filenames.yml +8 -0
- data/config/view_context_methods/actionview/base/assign.yml +8 -0
- data/config/view_context_methods/actionview/base/assigns.yml +8 -0
- data/config/view_context_methods/actionview/base/automatically_disable_submit_tag.yml +8 -0
- data/config/view_context_methods/actionview/base/compiled_method_container.yml +8 -0
- data/config/view_context_methods/actionview/base/config.yml +8 -0
- data/config/view_context_methods/actionview/base/default_form_builder.yml +8 -0
- data/config/view_context_methods/actionview/base/default_formats.yml +8 -0
- data/config/view_context_methods/actionview/base/field_error_proc.yml +8 -0
- data/config/view_context_methods/actionview/base/formats.yml +8 -0
- data/config/view_context_methods/actionview/base/in_rendering_context.yml +8 -0
- data/config/view_context_methods/actionview/base/locale.yml +8 -0
- data/config/view_context_methods/actionview/base/lookup_context.yml +8 -0
- data/config/view_context_methods/actionview/base/output_buffer.yml +8 -0
- data/config/view_context_methods/actionview/base/prefix_partial_path_with_controller_namespace.yml +10 -0
- data/config/view_context_methods/actionview/base/remove_hidden_field_autocomplete.yml +8 -0
- data/config/view_context_methods/actionview/base/streaming_completion_on_exception.yml +8 -0
- data/config/view_context_methods/actionview/base/view_flow.yml +8 -0
- data/config/view_context_methods/actionview/base/view_paths.yml +8 -0
- data/config/view_context_methods/actionview/base/view_renderer.yml +8 -0
- data/config/view_context_methods/actionview/template/local_assigns.yml +8 -0
- data/config/view_context_methods/activemodel/conversion/convert_to_model.yml +8 -0
- data/config/view_context_methods/activesupport/benchmarkable/benchmark.yml +8 -0
- data/herb.gemspec +1 -0
- data/lib/herb/3.2/herb.so +0 -0
- data/lib/herb/3.3/herb.so +0 -0
- data/lib/herb/3.4/herb.so +0 -0
- data/lib/herb/4.0/herb.so +0 -0
- data/lib/herb/version.rb +1 -1
- data/src/include/version.h +1 -1
- metadata +268 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mail_to
|
|
3
|
+
source: "ActionView::Helpers::UrlHelper#mail_to"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: true
|
|
9
|
+
description: |-
|
|
10
|
+
Creates a mailto link tag to the specified email_address, which is also used as the name of the link unless name is specified. Additional HTML attributes for the link can be passed in html_options.
|
|
11
|
+
signature: "mail_to(email_address, name = nil, html_options = {}, &block)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-mail_to"
|
|
13
|
+
tag:
|
|
14
|
+
name: a
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: href
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: null
|
|
22
|
+
arguments:
|
|
23
|
+
- name: email_address
|
|
24
|
+
position: 1
|
|
25
|
+
type: string
|
|
26
|
+
optional: false
|
|
27
|
+
description: "The email address for the mailto link."
|
|
28
|
+
- name: name
|
|
29
|
+
position: 2
|
|
30
|
+
type: string
|
|
31
|
+
optional: true
|
|
32
|
+
default: "nil"
|
|
33
|
+
description: "Link text. Defaults to the email address."
|
|
34
|
+
- name: html_options
|
|
35
|
+
position: 3
|
|
36
|
+
type: hash
|
|
37
|
+
optional: true
|
|
38
|
+
default: "{}"
|
|
39
|
+
description: "HTML attributes hash."
|
|
40
|
+
options:
|
|
41
|
+
- name: subject
|
|
42
|
+
type: string
|
|
43
|
+
description: "Preset subject line for the email."
|
|
44
|
+
- name: body
|
|
45
|
+
type: string
|
|
46
|
+
description: "Preset body for the email."
|
|
47
|
+
- name: cc
|
|
48
|
+
type: string
|
|
49
|
+
description: "Carbon copy recipients."
|
|
50
|
+
- name: bcc
|
|
51
|
+
type: string
|
|
52
|
+
description: "Blind carbon copy recipients."
|
|
53
|
+
- name: reply_to
|
|
54
|
+
type: string
|
|
55
|
+
description: "Preset the Reply-To field of the email."
|
|
56
|
+
special_behaviors: []
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: phone_to
|
|
3
|
+
source: "ActionView::Helpers::UrlHelper#phone_to"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: true
|
|
9
|
+
description: |-
|
|
10
|
+
Creates a TEL anchor link tag to the specified phone_number. When the link is clicked, the default app to make phone calls is opened and prepopulated with the phone number.
|
|
11
|
+
signature: "phone_to(phone_number, name = nil, html_options = {}, &block)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-phone_to"
|
|
13
|
+
tag:
|
|
14
|
+
name: a
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: href
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: null
|
|
22
|
+
arguments:
|
|
23
|
+
- name: phone_number
|
|
24
|
+
position: 1
|
|
25
|
+
type: string
|
|
26
|
+
optional: false
|
|
27
|
+
description: "The phone number for the tel link."
|
|
28
|
+
- name: name
|
|
29
|
+
position: 2
|
|
30
|
+
type: string
|
|
31
|
+
optional: true
|
|
32
|
+
default: "nil"
|
|
33
|
+
description: "Link text. Defaults to the phone number."
|
|
34
|
+
- name: html_options
|
|
35
|
+
position: 3
|
|
36
|
+
type: hash
|
|
37
|
+
optional: true
|
|
38
|
+
default: "{}"
|
|
39
|
+
description: "HTML attributes hash."
|
|
40
|
+
options:
|
|
41
|
+
- name: country_code
|
|
42
|
+
type: string
|
|
43
|
+
description: "Prepends a plus sign and the given country code to the phone number."
|
|
44
|
+
special_behaviors: []
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sms_to
|
|
3
|
+
source: "ActionView::Helpers::UrlHelper#sms_to"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: true
|
|
9
|
+
description: |-
|
|
10
|
+
Creates an SMS anchor link tag to the specified phone_number. When the link is clicked, the default SMS messaging app is opened ready to send a message. If the body option is specified, the contents of the message will be preset.
|
|
11
|
+
signature: "sms_to(phone_number, name = nil, html_options = {}, &block)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-sms_to"
|
|
13
|
+
tag:
|
|
14
|
+
name: a
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: href
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: null
|
|
22
|
+
arguments:
|
|
23
|
+
- name: phone_number
|
|
24
|
+
position: 1
|
|
25
|
+
type: string
|
|
26
|
+
optional: false
|
|
27
|
+
description: "The phone number for the SMS link."
|
|
28
|
+
- name: name
|
|
29
|
+
position: 2
|
|
30
|
+
type: string
|
|
31
|
+
optional: true
|
|
32
|
+
default: "nil"
|
|
33
|
+
description: "Link text. Defaults to the phone number."
|
|
34
|
+
- name: html_options
|
|
35
|
+
position: 3
|
|
36
|
+
type: hash
|
|
37
|
+
optional: true
|
|
38
|
+
default: "{}"
|
|
39
|
+
description: "HTML attributes hash."
|
|
40
|
+
options:
|
|
41
|
+
- name: country_code
|
|
42
|
+
type: string
|
|
43
|
+
description: "Prepends a plus sign and the given country code to the phone number."
|
|
44
|
+
- name: body
|
|
45
|
+
type: string
|
|
46
|
+
description: "Preset the body of the SMS message."
|
|
47
|
+
special_behaviors: []
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: url_for
|
|
3
|
+
source: "ActionView::Helpers::UrlHelper#url_for"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns the URL for the set of options provided.
|
|
11
|
+
signature: "url_for(options = nil)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/RoutingUrlFor.html#method-i-url_for"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: options
|
|
16
|
+
position: 1
|
|
17
|
+
type: [string, hash]
|
|
18
|
+
optional: true
|
|
19
|
+
default: "nil"
|
|
20
|
+
description: "URL string or `url_for` options hash."
|
|
21
|
+
options: []
|
|
22
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_exempts_page_from_cache
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_exempts_page_from_cache"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: void
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Pages that are more likely than not to be a cache miss can skip turbo cache to avoid visual jitter. Cannot be used along with `turbo_exempts_page_from_preview`.
|
|
11
|
+
signature: "turbo_exempts_page_from_cache"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_exempts_page_from_cache-instance_method"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache_tag.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_exempts_page_from_cache_tag
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_exempts_page_from_cache_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<meta>` tag with `name="turbo-cache-control" content="no-cache"`. Pages that are more likely than not to be a cache miss can skip turbo cache to avoid visual jitter.
|
|
11
|
+
signature: "turbo_exempts_page_from_cache_tag"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_exempts_page_from_cache_tag-instance_method"
|
|
13
|
+
tag:
|
|
14
|
+
name: meta
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments: []
|
|
19
|
+
options: []
|
|
20
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_exempts_page_from_preview
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_exempts_page_from_preview"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: void
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Specify that a cached version of the page should not be shown as a preview during an application visit. Cannot be used along with `turbo_exempts_page_from_cache`.
|
|
11
|
+
signature: "turbo_exempts_page_from_preview"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_exempts_page_from_preview-instance_method"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview_tag.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_exempts_page_from_preview_tag
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_exempts_page_from_preview_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<meta>` tag with `name="turbo-cache-control" content="no-preview"`. Specifies that a cached version of the page should not be shown as a preview during an application visit.
|
|
11
|
+
signature: "turbo_exempts_page_from_preview_tag"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_exempts_page_from_preview_tag-instance_method"
|
|
13
|
+
tag:
|
|
14
|
+
name: meta
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments: []
|
|
19
|
+
options: []
|
|
20
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_page_requires_reload
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_page_requires_reload"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: void
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Force the page, when loaded by Turbo, to cause a full page reload.
|
|
11
|
+
signature: "turbo_page_requires_reload"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_page_requires_reload-instance_method"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_page_requires_reload_tag
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_page_requires_reload_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<meta>` tag with `name="turbo-visit-control" content="reload"`. Forces the page, when loaded by Turbo, to cause a full page reload.
|
|
11
|
+
signature: "turbo_page_requires_reload_tag"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_page_requires_reload_tag-instance_method"
|
|
13
|
+
tag:
|
|
14
|
+
name: meta
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments: []
|
|
19
|
+
options: []
|
|
20
|
+
special_behaviors: []
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_refresh_method_tag
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_refresh_method_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<meta>` tag with `name="turbo-refresh-method"`. Configures method to perform page refreshes. Can be `:replace` (default) or `:morph`.
|
|
11
|
+
signature: "turbo_refresh_method_tag(method = :replace)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_refresh_method_tag-instance_method"
|
|
13
|
+
tag:
|
|
14
|
+
name: meta
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments:
|
|
19
|
+
- name: method
|
|
20
|
+
position: 1
|
|
21
|
+
type: symbol
|
|
22
|
+
optional: true
|
|
23
|
+
default: ":replace"
|
|
24
|
+
description: "Refresh method (`:replace` or `:morph`)."
|
|
25
|
+
options: []
|
|
26
|
+
special_behaviors: []
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_refresh_scroll_tag
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_refresh_scroll_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<meta>` tag with `name="turbo-refresh-scroll"`. Configures scroll strategy for page refreshes. Can be `:reset` (default) or `:preserve`.
|
|
11
|
+
signature: "turbo_refresh_scroll_tag(scroll = :reset)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_refresh_scroll_tag-instance_method"
|
|
13
|
+
tag:
|
|
14
|
+
name: meta
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments:
|
|
19
|
+
- name: scroll
|
|
20
|
+
position: 1
|
|
21
|
+
type: symbol
|
|
22
|
+
optional: true
|
|
23
|
+
default: ":reset"
|
|
24
|
+
description: "Scroll strategy (`:reset` or `:preserve`)."
|
|
25
|
+
options: []
|
|
26
|
+
special_behaviors: []
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_refreshes_with
|
|
3
|
+
source: "Turbo::DriveHelper#turbo_refreshes_with"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: void
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Configure how to handle page refreshes. Calls `turbo_refresh_method_tag` and `turbo_refresh_scroll_tag` and provides them to the `:head` content block.
|
|
11
|
+
signature: "turbo_refreshes_with(method: :replace, scroll: :reset)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/DriveHelper#turbo_refreshes_with-instance_method"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options:
|
|
16
|
+
- name: method
|
|
17
|
+
type: symbol
|
|
18
|
+
description: "Method to update the body during a page refresh. Can be `:replace` (default) or `:morph`."
|
|
19
|
+
- name: scroll
|
|
20
|
+
type: symbol
|
|
21
|
+
description: "Scroll behavior during a page refresh. Can be `:reset` (default) or `:preserve`."
|
|
22
|
+
special_behaviors: []
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_frame_tag
|
|
3
|
+
source: "Turbo::FramesHelper#turbo_frame_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: true
|
|
8
|
+
supports_block: true
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<turbo-frame>` element. The first argument becomes the id attribute. Non-string and non-symbol values are automatically wrapped in `dom_id()`.
|
|
11
|
+
signature: "turbo_frame_tag(*ids, src: nil, target: nil, **attributes, &block)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/FramesHelper:turbo_frame_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: turbo-frame
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: true
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: id
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: dom_id
|
|
22
|
+
skip_wrapping_for:
|
|
23
|
+
- string
|
|
24
|
+
- symbol
|
|
25
|
+
- dom_id_call
|
|
26
|
+
content: null
|
|
27
|
+
attributes_arg: keywords
|
|
28
|
+
transform_style: generic
|
|
29
|
+
arguments:
|
|
30
|
+
- name: ids
|
|
31
|
+
position: 1
|
|
32
|
+
type: [string, symbol, object]
|
|
33
|
+
optional: false
|
|
34
|
+
splat: true
|
|
35
|
+
description: "Frame ID or object(s) passed to `dom_id`."
|
|
36
|
+
options:
|
|
37
|
+
- name: src
|
|
38
|
+
type: string
|
|
39
|
+
description: "URL to lazy-load the frame content from."
|
|
40
|
+
- name: target
|
|
41
|
+
type: string
|
|
42
|
+
description: "Target frame for navigation (_top or a frame id)."
|
|
43
|
+
- name: loading
|
|
44
|
+
type: symbol
|
|
45
|
+
description: "Loading strategy (`:eager` or `:lazy`)."
|
|
46
|
+
- name: data
|
|
47
|
+
type: hash
|
|
48
|
+
maps_to: data-*
|
|
49
|
+
description: "Hash of `data-*` attributes."
|
|
50
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_include_tags
|
|
3
|
+
source: "Turbo::IncludesHelper#turbo_include_tags"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Deprecated. Returns a `<script>` tag to include the Turbo JavaScript. Use `javascript_include_tag "turbo", type: "module"` directly instead.
|
|
11
|
+
signature: "turbo_include_tags"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/IncludesHelper#turbo_include_tags-instance_method"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_stream_action_tag
|
|
3
|
+
source: "Turbo::Streams::ActionHelper#turbo_stream_action_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Creates a `<turbo-stream>` element with the specified action. Accepts `target:` or `targets:` to identify the DOM element(s) to act on, and `template:` for the inner HTML content.
|
|
11
|
+
signature: "turbo_stream_action_tag(action, target: nil, targets: nil, template: nil, **attributes)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/Streams/ActionHelper:turbo_stream_action_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: turbo-stream
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments:
|
|
19
|
+
- name: action
|
|
20
|
+
position: 1
|
|
21
|
+
type: [string, symbol]
|
|
22
|
+
optional: false
|
|
23
|
+
description: "The Turbo Stream action (e.g. `\"remove\"`, `\"replace\"`, `\"append\"`)."
|
|
24
|
+
options:
|
|
25
|
+
- name: target
|
|
26
|
+
type: [string, object]
|
|
27
|
+
description: "The DOM ID of the target element. Objects are passed through `dom_id`."
|
|
28
|
+
- name: targets
|
|
29
|
+
type: string
|
|
30
|
+
description: "A CSS selector to target multiple elements."
|
|
31
|
+
- name: template
|
|
32
|
+
type: string
|
|
33
|
+
description: "The inner HTML content wrapped in a `<template>` element."
|
|
34
|
+
special_behaviors: []
|
data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_refresh_tag.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_stream_refresh_tag
|
|
3
|
+
source: "Turbo::Streams::ActionHelper#turbo_stream_refresh_tag"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Creates a `<turbo-stream>` element with `action="refresh"`. Delegates to `turbo_stream_action_tag` with the `:refresh` action.
|
|
11
|
+
signature: "turbo_stream_refresh_tag(request_id: Turbo.current_request_id, **attributes)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/Streams/ActionHelper:turbo_stream_refresh_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: turbo-stream
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments: []
|
|
19
|
+
options:
|
|
20
|
+
- name: request_id
|
|
21
|
+
type: string
|
|
22
|
+
description: "The request ID for the refresh. Defaults to `Turbo.current_request_id`."
|
|
23
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_stream
|
|
3
|
+
source: "Turbo::StreamsHelper#turbo_stream"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: text
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `Turbo::Streams::TagBuilder` instance for constructing Turbo Stream responses. Used in `.turbo_stream.erb` templates to build stream actions.
|
|
11
|
+
signature: "turbo_stream"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/StreamsHelper#turbo_stream-instance_method"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: turbo_stream_from
|
|
3
|
+
source: "Turbo::StreamsHelper#turbo_stream_from"
|
|
4
|
+
gem: turbo-rails
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Renders a `<turbo-cable-stream-source>` custom element that connects to an Action Cable channel for Turbo Stream broadcasts.
|
|
11
|
+
signature: "turbo_stream_from(*streamables, **attributes)"
|
|
12
|
+
documentation_url: "https://www.rubydoc.info/github/hotwired/turbo-rails/Turbo/StreamsHelper:turbo_stream_from"
|
|
13
|
+
tag:
|
|
14
|
+
name: turbo-cable-stream-source
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: true
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments:
|
|
19
|
+
- name: streamables
|
|
20
|
+
position: 1
|
|
21
|
+
type: object
|
|
22
|
+
optional: false
|
|
23
|
+
splat: true
|
|
24
|
+
description: "One or more streamable objects or channel names."
|
|
25
|
+
options:
|
|
26
|
+
- name: channel
|
|
27
|
+
type: string
|
|
28
|
+
description: "Action Cable channel name."
|
|
29
|
+
- name: data
|
|
30
|
+
type: hash
|
|
31
|
+
maps_to: data-*
|
|
32
|
+
description: "Hash of `data-*` attributes."
|
|
33
|
+
special_behaviors: []
|
data/config/options.yml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: annotate_rendered_view_with_filenames
|
|
3
|
+
source: "ActionView::Base#annotate_rendered_view_with_filenames"
|
|
4
|
+
gem: actionview
|
|
5
|
+
category: base
|
|
6
|
+
output: boolean
|
|
7
|
+
description: |-
|
|
8
|
+
Returns whether rendered views are annotated with HTML comments showing their template filenames.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: automatically_disable_submit_tag
|
|
3
|
+
source: "ActionView::Base#automatically_disable_submit_tag"
|
|
4
|
+
gem: actionview
|
|
5
|
+
category: base
|
|
6
|
+
output: boolean
|
|
7
|
+
description: |-
|
|
8
|
+
Returns whether `submit_tag` is automatically disabled on click to prevent double submission.
|