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,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: javascript_include_tag
|
|
3
|
+
source: "ActionView::Helpers::AssetTagHelper#javascript_include_tag"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: true
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns an HTML `<script>` tag for each of the sources provided. Sources may be paths to JavaScript files. Relative paths are assumed to be relative to assets/javascripts. The `".js"` extension is optional unless `extname: false` is set.
|
|
11
|
+
signature: "javascript_include_tag(*sources)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#method-i-javascript_include_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: script
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: src
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: javascript_path
|
|
22
|
+
wrapper_quotes_arg: true
|
|
23
|
+
skip_wrapping_for:
|
|
24
|
+
- url
|
|
25
|
+
content: null
|
|
26
|
+
attributes_arg: keywords
|
|
27
|
+
transform_style: generic
|
|
28
|
+
arguments:
|
|
29
|
+
- name: sources
|
|
30
|
+
position: 1
|
|
31
|
+
type: string
|
|
32
|
+
optional: false
|
|
33
|
+
splat: true
|
|
34
|
+
description: "One or more JavaScript file paths or URLs."
|
|
35
|
+
options:
|
|
36
|
+
- name: nonce
|
|
37
|
+
type: [boolean, string]
|
|
38
|
+
description: "CSP nonce value. When `true`, uses the Rails-generated nonce."
|
|
39
|
+
- name: extname
|
|
40
|
+
type: [string, false]
|
|
41
|
+
description: |-
|
|
42
|
+
File extension to append. Defaults to `".js"`. Pass `false` to omit.
|
|
43
|
+
- name: async
|
|
44
|
+
type: boolean
|
|
45
|
+
description: "Adds the `async` HTML attribute, allowing the script to be fetched in parallel."
|
|
46
|
+
- name: defer
|
|
47
|
+
type: boolean
|
|
48
|
+
description: "Adds the `defer` HTML attribute, indicating the script should execute after the document has been parsed."
|
|
49
|
+
- name: skip_pipeline
|
|
50
|
+
type: boolean
|
|
51
|
+
description: "Bypass the asset pipeline when set to `true`."
|
|
52
|
+
- name: nopush
|
|
53
|
+
type: boolean
|
|
54
|
+
description: "Specify if the use of server push is not desired. Defaults to `true`."
|
|
55
|
+
special_behaviors:
|
|
56
|
+
- type: multiple_elements
|
|
57
|
+
source: splat_args
|
|
58
|
+
- type: remove_non_html_options
|
|
59
|
+
options: [extname, host, protocol, skip_pipeline, nopush]
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: picture_tag
|
|
3
|
+
source: "ActionView::Helpers::AssetTagHelper#picture_tag"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: true
|
|
9
|
+
description: |-
|
|
10
|
+
Returns an HTML `<picture>` tag for the sources. The last element provided will be used for the `<img>` tag. For complete control, a block can be passed which will populate the contents of the tag accordingly.
|
|
11
|
+
signature: "picture_tag(*sources, **options, &block)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#method-i-picture_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: picture
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: true
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
arguments:
|
|
19
|
+
- name: sources
|
|
20
|
+
position: 1
|
|
21
|
+
type: string
|
|
22
|
+
optional: false
|
|
23
|
+
splat: true
|
|
24
|
+
description: "One or more image sources for the picture element."
|
|
25
|
+
options:
|
|
26
|
+
- name: class
|
|
27
|
+
type: string
|
|
28
|
+
description: "CSS class name(s)."
|
|
29
|
+
special_behaviors: []
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: preload_link_tag
|
|
3
|
+
source: "ActionView::Helpers::AssetTagHelper#preload_link_tag"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a `<link>` tag that browsers can use to preload the source. The source can be the path of a resource managed by asset pipeline, a full path, or a URI. Automatically sets the `as` and `type` attributes based on the file extension.
|
|
11
|
+
signature: "preload_link_tag(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#method-i-preload_link_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: link
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: href
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: asset_path
|
|
22
|
+
skip_wrapping_for:
|
|
23
|
+
- url
|
|
24
|
+
arguments:
|
|
25
|
+
- name: source
|
|
26
|
+
position: 1
|
|
27
|
+
type: string
|
|
28
|
+
optional: false
|
|
29
|
+
description: "Asset source path or URL to preload."
|
|
30
|
+
- name: options
|
|
31
|
+
position: 2
|
|
32
|
+
type: hash
|
|
33
|
+
optional: true
|
|
34
|
+
default: "{}"
|
|
35
|
+
description: "HTML attributes hash."
|
|
36
|
+
options:
|
|
37
|
+
- name: as
|
|
38
|
+
type: string
|
|
39
|
+
description: |-
|
|
40
|
+
Resource type (e.g. `"script"`, `"style"`, `"font"`).
|
|
41
|
+
- name: type
|
|
42
|
+
type: string
|
|
43
|
+
description: "MIME type of the resource."
|
|
44
|
+
- name: crossorigin
|
|
45
|
+
type: [string, boolean]
|
|
46
|
+
description: "CORS setting for the preload request."
|
|
47
|
+
- name: nonce
|
|
48
|
+
type: [boolean, string]
|
|
49
|
+
description: "CSP nonce value."
|
|
50
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: preload_links_header
|
|
3
|
+
source: "ActionView::Helpers::AssetTagHelper#preload_links_header"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: text
|
|
6
|
+
visibility: internal
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns whether asset tags send HTTP Early Hints preload link headers.
|
|
11
|
+
signature: "preload_links_header"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: stylesheet_link_tag
|
|
3
|
+
source: "ActionView::Helpers::AssetTagHelper#stylesheet_link_tag"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Returns a stylesheet `<link>` tag for the sources specified as arguments. The .css extension is optional. If the server supports HTTP Early Hints, Rails will push a 103 Early Hints response that links to the assets.
|
|
11
|
+
signature: "stylesheet_link_tag(*sources)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#method-i-stylesheet_link_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: link
|
|
15
|
+
is_void: true
|
|
16
|
+
preferred: false
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: href
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: stylesheet_path
|
|
22
|
+
skip_wrapping_for:
|
|
23
|
+
- url
|
|
24
|
+
arguments:
|
|
25
|
+
- name: sources
|
|
26
|
+
position: 1
|
|
27
|
+
type: string
|
|
28
|
+
optional: false
|
|
29
|
+
splat: true
|
|
30
|
+
description: "One or more stylesheet file paths or URLs."
|
|
31
|
+
options:
|
|
32
|
+
- name: media
|
|
33
|
+
type: string
|
|
34
|
+
description: |-
|
|
35
|
+
Media type for the stylesheet (e.g. `"screen"`, `"print"`).
|
|
36
|
+
- name: nonce
|
|
37
|
+
type: [boolean, string]
|
|
38
|
+
description: "CSP nonce value."
|
|
39
|
+
- name: extname
|
|
40
|
+
type: [string, false]
|
|
41
|
+
description: |-
|
|
42
|
+
File extension to append. Defaults to `".css"`.
|
|
43
|
+
- name: skip_pipeline
|
|
44
|
+
type: boolean
|
|
45
|
+
description: "Bypass the asset pipeline when set to `true`."
|
|
46
|
+
- name: nopush
|
|
47
|
+
type: boolean
|
|
48
|
+
description: "Specify if the use of server push is not desired. Defaults to `true`."
|
|
49
|
+
special_behaviors:
|
|
50
|
+
- multiple_sources_multiple_elements
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: video_tag
|
|
3
|
+
source: "ActionView::Helpers::AssetTagHelper#video_tag"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: html
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: true
|
|
9
|
+
description: |-
|
|
10
|
+
Returns an HTML `<video>` tag for the sources. If sources is a string, a single `<video>` tag will be returned. If sources is an array, a `<video>` tag with nested `<source>` tags for each source will be returned. The sources can be full paths, files in your public videos directory, or Active Storage attachments.
|
|
11
|
+
signature: "video_tag(*sources, **options)"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#method-i-video_tag"
|
|
13
|
+
tag:
|
|
14
|
+
name: video
|
|
15
|
+
is_void: false
|
|
16
|
+
preferred: true
|
|
17
|
+
detect_style: call_name
|
|
18
|
+
implicit_attribute:
|
|
19
|
+
name: src
|
|
20
|
+
source: first_arg
|
|
21
|
+
wrapper: video_path
|
|
22
|
+
skip_wrapping_for:
|
|
23
|
+
- url
|
|
24
|
+
arguments:
|
|
25
|
+
- name: sources
|
|
26
|
+
position: 1
|
|
27
|
+
type: string
|
|
28
|
+
optional: false
|
|
29
|
+
splat: true
|
|
30
|
+
description: "One or more video file paths or URLs."
|
|
31
|
+
options:
|
|
32
|
+
- name: poster
|
|
33
|
+
type: string
|
|
34
|
+
description: "Image to display before video plays."
|
|
35
|
+
- name: size
|
|
36
|
+
type: string
|
|
37
|
+
description: |-
|
|
38
|
+
Video dimensions as `"WxH"`.
|
|
39
|
+
- name: controls
|
|
40
|
+
type: boolean
|
|
41
|
+
description: "Whether to show playback controls."
|
|
42
|
+
- name: autoplay
|
|
43
|
+
type: boolean
|
|
44
|
+
description: "Whether to start playing automatically."
|
|
45
|
+
- name: muted
|
|
46
|
+
type: boolean
|
|
47
|
+
description: "Whether video is muted."
|
|
48
|
+
- name: loop
|
|
49
|
+
type: boolean
|
|
50
|
+
description: "Whether video loops."
|
|
51
|
+
- name: preload
|
|
52
|
+
type: string
|
|
53
|
+
description: |-
|
|
54
|
+
Preload behavior (`"auto"`, `"metadata"`, `"none"`).
|
|
55
|
+
special_behaviors: []
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asset_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#asset_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to an asset in the public assets directory.
|
|
11
|
+
signature: "asset_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-asset_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Asset file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_asset
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asset_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#asset_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to an asset in the public assets directory.
|
|
11
|
+
signature: "asset_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-asset_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Asset file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_asset
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: audio_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#audio_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to an audio asset.
|
|
11
|
+
signature: "audio_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-audio_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Audio file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_audio
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: audio_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#audio_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to an audio asset.
|
|
11
|
+
signature: "audio_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-audio_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Audio file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_audio
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: compute_asset_extname
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#compute_asset_extname"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: text
|
|
6
|
+
visibility: internal
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the file extension to append to asset paths based on the MIME type.
|
|
11
|
+
signature: "compute_asset_extname(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-compute_asset_extname"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: compute_asset_host
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#compute_asset_host"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: text
|
|
6
|
+
visibility: internal
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the asset host for serving assets from a CDN or asset-specific subdomain.
|
|
11
|
+
signature: 'compute_asset_host(source = "", options = {})'
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-compute_asset_host"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: compute_asset_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#compute_asset_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: internal
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full asset path for a given source file, applying the asset pipeline prefix.
|
|
11
|
+
signature: "compute_asset_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-compute_asset_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: font_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#font_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to a font asset.
|
|
11
|
+
signature: "font_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-font_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Font file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_font
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: font_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#font_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to a font asset.
|
|
11
|
+
signature: "font_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-font_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Font file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_font
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: image_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#image_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to an image asset.
|
|
11
|
+
signature: "image_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-image_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Image file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_image
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: image_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#image_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to an image asset.
|
|
11
|
+
signature: "image_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-image_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Image file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_image
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: javascript_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#javascript_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to a JavaScript asset.
|
|
11
|
+
signature: "javascript_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-javascript_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "JavaScript file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_javascript
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: javascript_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#javascript_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to a JavaScript asset.
|
|
11
|
+
signature: "javascript_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-javascript_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "JavaScript file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_javascript
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: public_compute_asset_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#public_compute_asset_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: boolean
|
|
6
|
+
visibility: internal
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Public alias for `compute_asset_path`. Computes the full asset path for a given source.
|
|
11
|
+
signature: "public_compute_asset_path"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments: []
|
|
15
|
+
options: []
|
|
16
|
+
special_behaviors: []
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: stylesheet_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#stylesheet_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to a stylesheet asset.
|
|
11
|
+
signature: "stylesheet_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-stylesheet_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Stylesheet file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_stylesheet
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: stylesheet_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#stylesheet_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to a stylesheet asset.
|
|
11
|
+
signature: "stylesheet_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-stylesheet_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Stylesheet file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_stylesheet
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: video_path
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#video_path"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the path to a video asset.
|
|
11
|
+
signature: "video_path(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-video_path"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Video file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- path_to_video
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: video_url
|
|
3
|
+
source: "ActionView::Helpers::AssetUrlHelper#video_url"
|
|
4
|
+
gem: actionview
|
|
5
|
+
output: url
|
|
6
|
+
visibility: public
|
|
7
|
+
supported: false
|
|
8
|
+
supports_block: false
|
|
9
|
+
description: |-
|
|
10
|
+
Computes the full URL to a video asset.
|
|
11
|
+
signature: "video_url(source, options = {})"
|
|
12
|
+
documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/AssetUrlHelper.html#method-i-video_url"
|
|
13
|
+
tag: null
|
|
14
|
+
arguments:
|
|
15
|
+
- name: source
|
|
16
|
+
position: 1
|
|
17
|
+
type: string
|
|
18
|
+
optional: false
|
|
19
|
+
description: "Video file name or path."
|
|
20
|
+
options: []
|
|
21
|
+
special_behaviors: []
|
|
22
|
+
aliases:
|
|
23
|
+
- url_to_video
|