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.
Files changed (276) hide show
  1. checksums.yaml +4 -4
  2. data/config/action_view_helpers/actioncable/action_cable_helper/action_cable_meta_tag.yml +20 -0
  3. data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy?.yml +16 -0
  4. data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy_nonce.yml +16 -0
  5. data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_path.yml +27 -0
  6. data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_url.yml +33 -0
  7. data/config/action_view_helpers/actionpack/request_forgery_protection/form_authenticity_token.yml +19 -0
  8. data/config/action_view_helpers/actionpack/request_forgery_protection/protect_against_forgery?.yml +16 -0
  9. data/config/action_view_helpers/actiontext/content_helper/render_action_text_content.yml +21 -0
  10. data/config/action_view_helpers/actiontext/content_helper/sanitize_action_text_content.yml +21 -0
  11. data/config/action_view_helpers/actiontext/tag_helper/rich_textarea_tag.yml +46 -0
  12. data/config/action_view_helpers/actionview/active_model_helper/error_message.yml +16 -0
  13. data/config/action_view_helpers/actionview/active_model_helper/error_wrapping.yml +16 -0
  14. data/config/action_view_helpers/actionview/active_model_helper/object.yml +16 -0
  15. data/config/action_view_helpers/actionview/asset_tag_helper/apply_stylesheet_media_default.yml +16 -0
  16. data/config/action_view_helpers/actionview/asset_tag_helper/audio_tag.yml +45 -0
  17. data/config/action_view_helpers/actionview/asset_tag_helper/auto_discovery_link_tag.yml +44 -0
  18. data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce.yml +16 -0
  19. data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_scripts.yml +16 -0
  20. data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_styles.yml +16 -0
  21. data/config/action_view_helpers/actionview/asset_tag_helper/favicon_link_tag.yml +46 -0
  22. data/config/action_view_helpers/actionview/asset_tag_helper/image_decoding.yml +16 -0
  23. data/config/action_view_helpers/actionview/asset_tag_helper/image_loading.yml +16 -0
  24. data/config/action_view_helpers/actionview/asset_tag_helper/image_tag.yml +68 -0
  25. data/config/action_view_helpers/actionview/asset_tag_helper/javascript_include_tag.yml +59 -0
  26. data/config/action_view_helpers/actionview/asset_tag_helper/picture_tag.yml +29 -0
  27. data/config/action_view_helpers/actionview/asset_tag_helper/preload_link_tag.yml +50 -0
  28. data/config/action_view_helpers/actionview/asset_tag_helper/preload_links_header.yml +16 -0
  29. data/config/action_view_helpers/actionview/asset_tag_helper/stylesheet_link_tag.yml +50 -0
  30. data/config/action_view_helpers/actionview/asset_tag_helper/video_tag.yml +55 -0
  31. data/config/action_view_helpers/actionview/asset_url_helper/asset_path.yml +23 -0
  32. data/config/action_view_helpers/actionview/asset_url_helper/asset_url.yml +23 -0
  33. data/config/action_view_helpers/actionview/asset_url_helper/audio_path.yml +23 -0
  34. data/config/action_view_helpers/actionview/asset_url_helper/audio_url.yml +23 -0
  35. data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_extname.yml +16 -0
  36. data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_host.yml +16 -0
  37. data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_path.yml +16 -0
  38. data/config/action_view_helpers/actionview/asset_url_helper/font_path.yml +23 -0
  39. data/config/action_view_helpers/actionview/asset_url_helper/font_url.yml +23 -0
  40. data/config/action_view_helpers/actionview/asset_url_helper/image_path.yml +23 -0
  41. data/config/action_view_helpers/actionview/asset_url_helper/image_url.yml +23 -0
  42. data/config/action_view_helpers/actionview/asset_url_helper/javascript_path.yml +23 -0
  43. data/config/action_view_helpers/actionview/asset_url_helper/javascript_url.yml +23 -0
  44. data/config/action_view_helpers/actionview/asset_url_helper/public_compute_asset_path.yml +16 -0
  45. data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_path.yml +23 -0
  46. data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_url.yml +23 -0
  47. data/config/action_view_helpers/actionview/asset_url_helper/video_path.yml +23 -0
  48. data/config/action_view_helpers/actionview/asset_url_helper/video_url.yml +23 -0
  49. data/config/action_view_helpers/actionview/atom_feed_helper/atom_feed.yml +40 -0
  50. data/config/action_view_helpers/actionview/cache_helper/cache.yml +28 -0
  51. data/config/action_view_helpers/actionview/cache_helper/cache_fragment_name.yml +16 -0
  52. data/config/action_view_helpers/actionview/cache_helper/cache_if.yml +27 -0
  53. data/config/action_view_helpers/actionview/cache_helper/cache_unless.yml +27 -0
  54. data/config/action_view_helpers/actionview/cache_helper/caching_predicate.yml +16 -0
  55. data/config/action_view_helpers/actionview/cache_helper/digest_path_from_template.yml +16 -0
  56. data/config/action_view_helpers/actionview/cache_helper/fragment_for.yml +16 -0
  57. data/config/action_view_helpers/actionview/cache_helper/fragment_name_with_digest.yml +16 -0
  58. data/config/action_view_helpers/actionview/cache_helper/read_fragment_for.yml +16 -0
  59. data/config/action_view_helpers/actionview/cache_helper/uncacheable.yml +16 -0
  60. data/config/action_view_helpers/actionview/cache_helper/write_fragment_for.yml +16 -0
  61. data/config/action_view_helpers/actionview/capture_helper/capture.yml +16 -0
  62. data/config/action_view_helpers/actionview/capture_helper/content_for.yml +24 -0
  63. data/config/action_view_helpers/actionview/capture_helper/content_for_predicate.yml +21 -0
  64. data/config/action_view_helpers/actionview/capture_helper/provide.yml +21 -0
  65. data/config/action_view_helpers/actionview/capture_helper/with_output_buffer.yml +16 -0
  66. data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prepend_content_exfiltration_prevention.yml +16 -0
  67. data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prevent_content_exfiltration.yml +16 -0
  68. data/config/action_view_helpers/actionview/controller_helper/action_name.yml +16 -0
  69. data/config/action_view_helpers/actionview/controller_helper/assign_controller.yml +16 -0
  70. data/config/action_view_helpers/actionview/controller_helper/controller.yml +16 -0
  71. data/config/action_view_helpers/actionview/controller_helper/controller_name.yml +16 -0
  72. data/config/action_view_helpers/actionview/controller_helper/controller_path.yml +16 -0
  73. data/config/action_view_helpers/actionview/controller_helper/cookies.yml +16 -0
  74. data/config/action_view_helpers/actionview/controller_helper/flash.yml +16 -0
  75. data/config/action_view_helpers/actionview/controller_helper/headers.yml +16 -0
  76. data/config/action_view_helpers/actionview/controller_helper/logger.yml +18 -0
  77. data/config/action_view_helpers/actionview/controller_helper/params.yml +16 -0
  78. data/config/action_view_helpers/actionview/controller_helper/request.yml +16 -0
  79. data/config/action_view_helpers/actionview/controller_helper/request_forgery_protection_token.yml +16 -0
  80. data/config/action_view_helpers/actionview/controller_helper/response.yml +16 -0
  81. data/config/action_view_helpers/actionview/controller_helper/session.yml +16 -0
  82. data/config/action_view_helpers/actionview/csp_helper/csp_meta_tag.yml +23 -0
  83. data/config/action_view_helpers/actionview/csrf_helper/csrf_meta_tags.yml +23 -0
  84. data/config/action_view_helpers/actionview/date_helper/date_select.yml +71 -0
  85. data/config/action_view_helpers/actionview/date_helper/datetime_select.yml +59 -0
  86. data/config/action_view_helpers/actionview/date_helper/distance_of_time_in_words.yml +33 -0
  87. data/config/action_view_helpers/actionview/date_helper/relative_time_in_words.yml +36 -0
  88. data/config/action_view_helpers/actionview/date_helper/select_date.yml +49 -0
  89. data/config/action_view_helpers/actionview/date_helper/select_datetime.yml +58 -0
  90. data/config/action_view_helpers/actionview/date_helper/select_day.yml +42 -0
  91. data/config/action_view_helpers/actionview/date_helper/select_hour.yml +48 -0
  92. data/config/action_view_helpers/actionview/date_helper/select_minute.yml +42 -0
  93. data/config/action_view_helpers/actionview/date_helper/select_month.yml +54 -0
  94. data/config/action_view_helpers/actionview/date_helper/select_second.yml +39 -0
  95. data/config/action_view_helpers/actionview/date_helper/select_time.yml +52 -0
  96. data/config/action_view_helpers/actionview/date_helper/select_year.yml +45 -0
  97. data/config/action_view_helpers/actionview/date_helper/time_ago_in_words.yml +26 -0
  98. data/config/action_view_helpers/actionview/date_helper/time_select.yml +56 -0
  99. data/config/action_view_helpers/actionview/date_helper/time_tag.yml +37 -0
  100. data/config/action_view_helpers/actionview/debug_helper/debug.yml +21 -0
  101. data/config/action_view_helpers/actionview/form_helper/apply_form_for_options.yml +16 -0
  102. data/config/action_view_helpers/actionview/form_helper/button.yml +38 -0
  103. data/config/action_view_helpers/actionview/form_helper/checkbox.yml +49 -0
  104. data/config/action_view_helpers/actionview/form_helper/color_field.yml +32 -0
  105. data/config/action_view_helpers/actionview/form_helper/date_field.yml +38 -0
  106. data/config/action_view_helpers/actionview/form_helper/datetime_field.yml +43 -0
  107. data/config/action_view_helpers/actionview/form_helper/email_field.yml +32 -0
  108. data/config/action_view_helpers/actionview/form_helper/emitted_hidden_id.yml +16 -0
  109. data/config/action_view_helpers/actionview/form_helper/fields.yml +31 -0
  110. data/config/action_view_helpers/actionview/form_helper/fields_for.yml +33 -0
  111. data/config/action_view_helpers/actionview/form_helper/file_field.yml +44 -0
  112. data/config/action_view_helpers/actionview/form_helper/form_for.yml +41 -0
  113. data/config/action_view_helpers/actionview/form_helper/form_with.yml +42 -0
  114. data/config/action_view_helpers/actionview/form_helper/form_with_generates_ids.yml +16 -0
  115. data/config/action_view_helpers/actionview/form_helper/form_with_generates_remote_forms.yml +16 -0
  116. data/config/action_view_helpers/actionview/form_helper/hidden_field.yml +32 -0
  117. data/config/action_view_helpers/actionview/form_helper/label.yml +47 -0
  118. data/config/action_view_helpers/actionview/form_helper/month_field.yml +32 -0
  119. data/config/action_view_helpers/actionview/form_helper/multipart.yml +16 -0
  120. data/config/action_view_helpers/actionview/form_helper/multiple_file_field_include_hidden.yml +16 -0
  121. data/config/action_view_helpers/actionview/form_helper/number_field.yml +44 -0
  122. data/config/action_view_helpers/actionview/form_helper/password_field.yml +32 -0
  123. data/config/action_view_helpers/actionview/form_helper/radio_button.yml +37 -0
  124. data/config/action_view_helpers/actionview/form_helper/range_field.yml +44 -0
  125. data/config/action_view_helpers/actionview/form_helper/search_field.yml +32 -0
  126. data/config/action_view_helpers/actionview/form_helper/submit.yml +35 -0
  127. data/config/action_view_helpers/actionview/form_helper/telephone_field.yml +34 -0
  128. data/config/action_view_helpers/actionview/form_helper/text_field.yml +32 -0
  129. data/config/action_view_helpers/actionview/form_helper/textarea.yml +37 -0
  130. data/config/action_view_helpers/actionview/form_helper/time_field.yml +41 -0
  131. data/config/action_view_helpers/actionview/form_helper/url_field.yml +32 -0
  132. data/config/action_view_helpers/actionview/form_helper/week_field.yml +32 -0
  133. data/config/action_view_helpers/actionview/form_options_helper/collection_checkboxes.yml +58 -0
  134. data/config/action_view_helpers/actionview/form_options_helper/collection_radio_buttons.yml +56 -0
  135. data/config/action_view_helpers/actionview/form_options_helper/collection_select.yml +65 -0
  136. data/config/action_view_helpers/actionview/form_options_helper/grouped_collection_select.yml +69 -0
  137. data/config/action_view_helpers/actionview/form_options_helper/grouped_options_for_select.yml +39 -0
  138. data/config/action_view_helpers/actionview/form_options_helper/option_groups_from_collection_for_select.yml +47 -0
  139. data/config/action_view_helpers/actionview/form_options_helper/options_for_select.yml +27 -0
  140. data/config/action_view_helpers/actionview/form_options_helper/options_from_collection_for_select.yml +37 -0
  141. data/config/action_view_helpers/actionview/form_options_helper/select.yml +59 -0
  142. data/config/action_view_helpers/actionview/form_options_helper/time_zone_options_for_select.yml +34 -0
  143. data/config/action_view_helpers/actionview/form_options_helper/time_zone_select.yml +53 -0
  144. data/config/action_view_helpers/actionview/form_options_helper/weekday_options_for_select.yml +31 -0
  145. data/config/action_view_helpers/actionview/form_options_helper/weekday_select.yml +38 -0
  146. data/config/action_view_helpers/actionview/form_tag_helper/button_tag.yml +39 -0
  147. data/config/action_view_helpers/actionview/form_tag_helper/checkbox_tag.yml +45 -0
  148. data/config/action_view_helpers/actionview/form_tag_helper/color_field_tag.yml +38 -0
  149. data/config/action_view_helpers/actionview/form_tag_helper/date_field_tag.yml +37 -0
  150. data/config/action_view_helpers/actionview/form_tag_helper/datetime_field_tag.yml +39 -0
  151. data/config/action_view_helpers/actionview/form_tag_helper/default_enforce_utf8.yml +16 -0
  152. data/config/action_view_helpers/actionview/form_tag_helper/email_field_tag.yml +37 -0
  153. data/config/action_view_helpers/actionview/form_tag_helper/embed_authenticity_token_in_remote_forms.yml +16 -0
  154. data/config/action_view_helpers/actionview/form_tag_helper/field_id.yml +32 -0
  155. data/config/action_view_helpers/actionview/form_tag_helper/field_name.yml +32 -0
  156. data/config/action_view_helpers/actionview/form_tag_helper/field_set_tag.yml +34 -0
  157. data/config/action_view_helpers/actionview/form_tag_helper/file_field_tag.yml +41 -0
  158. data/config/action_view_helpers/actionview/form_tag_helper/form_tag.yml +42 -0
  159. data/config/action_view_helpers/actionview/form_tag_helper/hidden_field_tag.yml +37 -0
  160. data/config/action_view_helpers/actionview/form_tag_helper/image_submit_tag.yml +40 -0
  161. data/config/action_view_helpers/actionview/form_tag_helper/label_tag.yml +38 -0
  162. data/config/action_view_helpers/actionview/form_tag_helper/month_field_tag.yml +37 -0
  163. data/config/action_view_helpers/actionview/form_tag_helper/number_field_tag.yml +49 -0
  164. data/config/action_view_helpers/actionview/form_tag_helper/password_field_tag.yml +38 -0
  165. data/config/action_view_helpers/actionview/form_tag_helper/radio_button_tag.yml +42 -0
  166. data/config/action_view_helpers/actionview/form_tag_helper/range_field_tag.yml +49 -0
  167. data/config/action_view_helpers/actionview/form_tag_helper/search_field_tag.yml +37 -0
  168. data/config/action_view_helpers/actionview/form_tag_helper/select_tag.yml +49 -0
  169. data/config/action_view_helpers/actionview/form_tag_helper/submit_tag.yml +39 -0
  170. data/config/action_view_helpers/actionview/form_tag_helper/telephone_field_tag.yml +39 -0
  171. data/config/action_view_helpers/actionview/form_tag_helper/text_field_tag.yml +37 -0
  172. data/config/action_view_helpers/actionview/form_tag_helper/textarea_tag.yml +43 -0
  173. data/config/action_view_helpers/actionview/form_tag_helper/time_field_tag.yml +37 -0
  174. data/config/action_view_helpers/actionview/form_tag_helper/url_field_tag.yml +37 -0
  175. data/config/action_view_helpers/actionview/form_tag_helper/utf8_enforcer_tag.yml +16 -0
  176. data/config/action_view_helpers/actionview/form_tag_helper/week_field_tag.yml +37 -0
  177. data/config/action_view_helpers/actionview/javascript_helper/escape_javascript.yml +23 -0
  178. data/config/action_view_helpers/actionview/javascript_helper/javascript_cdata_section.yml +16 -0
  179. data/config/action_view_helpers/actionview/javascript_helper/javascript_tag.yml +45 -0
  180. data/config/action_view_helpers/actionview/number_helper/number_to_currency.yml +36 -0
  181. data/config/action_view_helpers/actionview/number_helper/number_to_human.yml +27 -0
  182. data/config/action_view_helpers/actionview/number_helper/number_to_human_size.yml +24 -0
  183. data/config/action_view_helpers/actionview/number_helper/number_to_percentage.yml +24 -0
  184. data/config/action_view_helpers/actionview/number_helper/number_to_phone.yml +34 -0
  185. data/config/action_view_helpers/actionview/number_helper/number_with_delimiter.yml +29 -0
  186. data/config/action_view_helpers/actionview/number_helper/number_with_precision.yml +27 -0
  187. data/config/action_view_helpers/actionview/output_safety_helper/raw.yml +21 -0
  188. data/config/action_view_helpers/actionview/output_safety_helper/safe_join.yml +26 -0
  189. data/config/action_view_helpers/actionview/output_safety_helper/to_sentence.yml +33 -0
  190. data/config/action_view_helpers/actionview/record_identifier/dom_class.yml +27 -0
  191. data/config/action_view_helpers/actionview/record_identifier/dom_id.yml +27 -0
  192. data/config/action_view_helpers/actionview/record_identifier/dom_target.yml +22 -0
  193. data/config/action_view_helpers/actionview/record_identifier/model_name_from_record_or_class.yml +16 -0
  194. data/config/action_view_helpers/actionview/rendering_helper/render.yml +34 -0
  195. data/config/action_view_helpers/actionview/sanitize_helper/sanitize.yml +27 -0
  196. data/config/action_view_helpers/actionview/sanitize_helper/sanitize_css.yml +21 -0
  197. data/config/action_view_helpers/actionview/sanitize_helper/sanitizer_vendor.yml +16 -0
  198. data/config/action_view_helpers/actionview/sanitize_helper/strip_links.yml +21 -0
  199. data/config/action_view_helpers/actionview/sanitize_helper/strip_tags.yml +21 -0
  200. data/config/action_view_helpers/actionview/tag_helper/cdata_section.yml +21 -0
  201. data/config/action_view_helpers/actionview/tag_helper/content_tag.yml +64 -0
  202. data/config/action_view_helpers/actionview/tag_helper/escape_once.yml +21 -0
  203. data/config/action_view_helpers/actionview/tag_helper/tag.yml +47 -0
  204. data/config/action_view_helpers/actionview/tag_helper/token_list.yml +24 -0
  205. data/config/action_view_helpers/actionview/text_helper/concat.yml +21 -0
  206. data/config/action_view_helpers/actionview/text_helper/current_cycle.yml +22 -0
  207. data/config/action_view_helpers/actionview/text_helper/cycle.yml +31 -0
  208. data/config/action_view_helpers/actionview/text_helper/excerpt.yml +39 -0
  209. data/config/action_view_helpers/actionview/text_helper/highlight.yml +35 -0
  210. data/config/action_view_helpers/actionview/text_helper/pluralize.yml +32 -0
  211. data/config/action_view_helpers/actionview/text_helper/reset_cycle.yml +22 -0
  212. data/config/action_view_helpers/actionview/text_helper/safe_concat.yml +16 -0
  213. data/config/action_view_helpers/actionview/text_helper/simple_format.yml +40 -0
  214. data/config/action_view_helpers/actionview/text_helper/truncate.yml +40 -0
  215. data/config/action_view_helpers/actionview/text_helper/word_wrap.yml +27 -0
  216. data/config/action_view_helpers/actionview/translation_helper/debug_missing_translation.yml +16 -0
  217. data/config/action_view_helpers/actionview/translation_helper/localize.yml +29 -0
  218. data/config/action_view_helpers/actionview/translation_helper/translate.yml +32 -0
  219. data/config/action_view_helpers/actionview/url_helper/button_to.yml +55 -0
  220. data/config/action_view_helpers/actionview/url_helper/button_to_generates_button_tag.yml +16 -0
  221. data/config/action_view_helpers/actionview/url_helper/current_page?.yml +28 -0
  222. data/config/action_view_helpers/actionview/url_helper/link_to.yml +76 -0
  223. data/config/action_view_helpers/actionview/url_helper/link_to_if.yml +42 -0
  224. data/config/action_view_helpers/actionview/url_helper/link_to_unless.yml +42 -0
  225. data/config/action_view_helpers/actionview/url_helper/link_to_unless_current.yml +37 -0
  226. data/config/action_view_helpers/actionview/url_helper/mail_to.yml +56 -0
  227. data/config/action_view_helpers/actionview/url_helper/phone_to.yml +44 -0
  228. data/config/action_view_helpers/actionview/url_helper/sms_to.yml +47 -0
  229. data/config/action_view_helpers/actionview/url_helper/url_for.yml +22 -0
  230. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache.yml +16 -0
  231. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache_tag.yml +20 -0
  232. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview.yml +16 -0
  233. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview_tag.yml +20 -0
  234. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload.yml +16 -0
  235. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload_tag.yml +20 -0
  236. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_method_tag.yml +26 -0
  237. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_scroll_tag.yml +26 -0
  238. data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refreshes_with.yml +22 -0
  239. data/config/action_view_helpers/turbo-rails/frames_helper/turbo_frame_tag.yml +50 -0
  240. data/config/action_view_helpers/turbo-rails/includes_helper/turbo_include_tags.yml +16 -0
  241. data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_action_tag.yml +34 -0
  242. data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_refresh_tag.yml +23 -0
  243. data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream.yml +16 -0
  244. data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream_from.yml +33 -0
  245. data/config/options.yml +14 -0
  246. data/config/view_context_methods/actionview/base/annotate_rendered_view_with_filenames.yml +8 -0
  247. data/config/view_context_methods/actionview/base/assign.yml +8 -0
  248. data/config/view_context_methods/actionview/base/assigns.yml +8 -0
  249. data/config/view_context_methods/actionview/base/automatically_disable_submit_tag.yml +8 -0
  250. data/config/view_context_methods/actionview/base/compiled_method_container.yml +8 -0
  251. data/config/view_context_methods/actionview/base/config.yml +8 -0
  252. data/config/view_context_methods/actionview/base/default_form_builder.yml +8 -0
  253. data/config/view_context_methods/actionview/base/default_formats.yml +8 -0
  254. data/config/view_context_methods/actionview/base/field_error_proc.yml +8 -0
  255. data/config/view_context_methods/actionview/base/formats.yml +8 -0
  256. data/config/view_context_methods/actionview/base/in_rendering_context.yml +8 -0
  257. data/config/view_context_methods/actionview/base/locale.yml +8 -0
  258. data/config/view_context_methods/actionview/base/lookup_context.yml +8 -0
  259. data/config/view_context_methods/actionview/base/output_buffer.yml +8 -0
  260. data/config/view_context_methods/actionview/base/prefix_partial_path_with_controller_namespace.yml +10 -0
  261. data/config/view_context_methods/actionview/base/remove_hidden_field_autocomplete.yml +8 -0
  262. data/config/view_context_methods/actionview/base/streaming_completion_on_exception.yml +8 -0
  263. data/config/view_context_methods/actionview/base/view_flow.yml +8 -0
  264. data/config/view_context_methods/actionview/base/view_paths.yml +8 -0
  265. data/config/view_context_methods/actionview/base/view_renderer.yml +8 -0
  266. data/config/view_context_methods/actionview/template/local_assigns.yml +8 -0
  267. data/config/view_context_methods/activemodel/conversion/convert_to_model.yml +8 -0
  268. data/config/view_context_methods/activesupport/benchmarkable/benchmark.yml +8 -0
  269. data/herb.gemspec +1 -0
  270. data/lib/herb/3.2/herb.so +0 -0
  271. data/lib/herb/3.3/herb.so +0 -0
  272. data/lib/herb/3.4/herb.so +0 -0
  273. data/lib/herb/4.0/herb.so +0 -0
  274. data/lib/herb/version.rb +1 -1
  275. data/src/include/version.h +1 -1
  276. metadata +268 -1
@@ -0,0 +1,29 @@
1
+ ---
2
+ name: number_with_delimiter
3
+ source: "ActionView::Helpers::NumberHelper#number_with_delimiter"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Formats a number with grouped thousands using a delimiter.
11
+ signature: "number_with_delimiter(number, options = {})"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/NumberHelper.html#method-i-number_with_delimiter"
13
+ tag: null
14
+ arguments:
15
+ - name: number
16
+ position: 1
17
+ type: [integer, float]
18
+ optional: false
19
+ description: "The number to format."
20
+ options:
21
+ - name: delimiter
22
+ type: string
23
+ description: |-
24
+ Thousands delimiter. Defaults to `","`.
25
+ - name: separator
26
+ type: string
27
+ description: |-
28
+ Decimal separator. Defaults to `"."`.
29
+ special_behaviors: []
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: number_with_precision
3
+ source: "ActionView::Helpers::NumberHelper#number_with_precision"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Formats a number with the specified level of precision.
11
+ signature: "number_with_precision(number, options = {})"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/NumberHelper.html#method-i-number_with_precision"
13
+ tag: null
14
+ arguments:
15
+ - name: number
16
+ position: 1
17
+ type: [integer, float]
18
+ optional: false
19
+ description: "The number to format."
20
+ options:
21
+ - name: precision
22
+ type: integer
23
+ description: "Number of decimal places. Defaults to 3."
24
+ - name: significant
25
+ type: boolean
26
+ description: "Whether precision means significant digits."
27
+ special_behaviors: []
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: raw
3
+ source: "ActionView::Helpers::OutputSafetyHelper#raw"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Marks a string as trusted safe, bypassing HTML escaping. Use with caution.
11
+ signature: "raw(stringish)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/OutputSafetyHelper.html#method-i-raw"
13
+ tag: null
14
+ arguments:
15
+ - name: stringish
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "String to mark as safe."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: safe_join
3
+ source: "ActionView::Helpers::OutputSafetyHelper#safe_join"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Joins array elements with a separator, HTML-escaping each element but not the separator.
11
+ signature: "safe_join(array, sep = $,)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/OutputSafetyHelper.html#method-i-safe_join"
13
+ tag: null
14
+ arguments:
15
+ - name: array
16
+ position: 1
17
+ type: array
18
+ optional: false
19
+ description: "Array of elements to join."
20
+ - name: sep
21
+ position: 2
22
+ type: string
23
+ optional: true
24
+ description: "Separator string."
25
+ options: []
26
+ special_behaviors: []
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: to_sentence
3
+ source: "ActionView::Helpers::OutputSafetyHelper#to_sentence"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Converts an array to a comma-separated sentence where the last element is joined by a connector.
11
+ signature: "to_sentence(array, options = {})"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/OutputSafetyHelper.html#method-i-to_sentence"
13
+ tag: null
14
+ arguments:
15
+ - name: array
16
+ position: 1
17
+ type: array
18
+ optional: false
19
+ description: "Array to convert."
20
+ options:
21
+ - name: words_connector
22
+ type: string
23
+ description: |-
24
+ Connector between words. Defaults to `", "`.
25
+ - name: two_words_connector
26
+ type: string
27
+ description: |-
28
+ Connector for two words. Defaults to `" and "`.
29
+ - name: last_word_connector
30
+ type: string
31
+ description: |-
32
+ Connector before last word. Defaults to `", and "`.
33
+ special_behaviors: []
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: dom_class
3
+ source: "ActionView::RecordIdentifier#dom_class"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns the singular form of a record or class name for use as a DOM class. Can be prefixed for scoping.
11
+ signature: "dom_class(record_or_class, prefix = nil)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/RecordIdentifier.html#method-i-dom_class"
13
+ tag: null
14
+ arguments:
15
+ - name: record_or_class
16
+ position: 1
17
+ type: object
18
+ optional: false
19
+ description: "An Active Record instance or class."
20
+ - name: prefix
21
+ position: 2
22
+ type: symbol
23
+ optional: true
24
+ default: "nil"
25
+ description: "Optional prefix for the DOM class (e.g. `:edit`)."
26
+ options: []
27
+ special_behaviors: []
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: dom_id
3
+ source: "ActionView::RecordIdentifier#dom_id"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns a unique DOM id for the record following the convention of the singular form with the id appended. If no id is found, prefixes with `"new_"` instead.
11
+ signature: "dom_id(record_or_class, prefix = nil)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/RecordIdentifier.html#method-i-dom_id"
13
+ tag: null
14
+ arguments:
15
+ - name: record_or_class
16
+ position: 1
17
+ type: object
18
+ optional: false
19
+ description: "An Active Record instance or class."
20
+ - name: prefix
21
+ position: 2
22
+ type: symbol
23
+ optional: true
24
+ default: "nil"
25
+ description: "Optional prefix for the DOM id (e.g. `:edit`)."
26
+ options: []
27
+ special_behaviors: []
@@ -0,0 +1,22 @@
1
+ ---
2
+ name: dom_target
3
+ source: "ActionView::RecordIdentifier#dom_target"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Concatenates any number of parameters into a DOM target string. Records are passed through `dom_id`, while strings and symbols are retained.
11
+ signature: "dom_target(*objects)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/RecordIdentifier.html#method-i-dom_target"
13
+ tag: null
14
+ arguments:
15
+ - name: objects
16
+ position: 1
17
+ type: object
18
+ optional: false
19
+ splat: true
20
+ description: "Records, strings, or symbols to concatenate."
21
+ options: []
22
+ special_behaviors: []
@@ -0,0 +1,16 @@
1
+ ---
2
+ name: model_name_from_record_or_class
3
+ source: "ActionView::RecordIdentifier#model_name_from_record_or_class"
4
+ gem: actionview
5
+ output: boolean
6
+ visibility: internal
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Extracts the `ActiveModel::Name` from a record instance or class.
11
+ signature: "model_name_from_record_or_class"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/RecordIdentifier.html"
13
+ tag: null
14
+ arguments: []
15
+ options: []
16
+ special_behaviors: []
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: render
3
+ source: "ActionView::Helpers::RenderingHelper#render"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: false
8
+ supports_block: true
9
+ description: |-
10
+ Returns the result of a `render`. Renders partials, templates, layouts, text, files, or inline templates.
11
+ signature: "render(options = {}, locals = {}, &block)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/RenderingHelper.html#method-i-render"
13
+ tag: null
14
+ arguments:
15
+ - name: options
16
+ position: 1
17
+ type: [string, hash, object]
18
+ optional: true
19
+ default: "{}"
20
+ description: "Partial name, options hash, or renderable object."
21
+ options:
22
+ - name: partial
23
+ type: string
24
+ description: "Partial template to render."
25
+ - name: locals
26
+ type: hash
27
+ description: "Local variables to pass to the partial."
28
+ - name: collection
29
+ type: array
30
+ description: "Collection to render a partial for each item."
31
+ - name: layout
32
+ type: string
33
+ description: "Layout to wrap the rendered content."
34
+ special_behaviors: []
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: sanitize
3
+ source: "ActionView::Helpers::SanitizeHelper#sanitize"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Sanitizes HTML input, stripping all tags and attributes that are not explicitly allowed.
11
+ signature: "sanitize(html, options = {})"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html#method-i-sanitize"
13
+ tag: null
14
+ arguments:
15
+ - name: html
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "HTML string to sanitize."
20
+ options:
21
+ - name: tags
22
+ type: array
23
+ description: "Allowed HTML tags."
24
+ - name: attributes
25
+ type: array
26
+ description: "Allowed HTML attributes."
27
+ special_behaviors: []
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: sanitize_css
3
+ source: "ActionView::Helpers::SanitizeHelper#sanitize_css"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Sanitizes a block of CSS code, removing unsafe properties.
11
+ signature: "sanitize_css(style)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html#method-i-sanitize_css"
13
+ tag: null
14
+ arguments:
15
+ - name: style
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "CSS string to sanitize."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,16 @@
1
+ ---
2
+ name: sanitizer_vendor
3
+ source: "ActionView::Helpers::SanitizeHelper#sanitizer_vendor"
4
+ gem: actionview
5
+ output: boolean
6
+ visibility: internal
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns the HTML sanitizer vendor in use (e.g. `Rails::HTML5::Sanitizer`).
11
+ signature: "sanitizer_vendor"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html"
13
+ tag: null
14
+ arguments: []
15
+ options: []
16
+ special_behaviors: []
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: strip_links
3
+ source: "ActionView::Helpers::SanitizeHelper#strip_links"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Strips all link tags from text, leaving just the link text.
11
+ signature: "strip_links(html)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html#method-i-strip_links"
13
+ tag: null
14
+ arguments:
15
+ - name: html
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "HTML string to strip links from."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: strip_tags
3
+ source: "ActionView::Helpers::SanitizeHelper#strip_tags"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Strips all HTML tags from the input, returning plain text.
11
+ signature: "strip_tags(html)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html#method-i-strip_tags"
13
+ tag: null
14
+ arguments:
15
+ - name: html
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "HTML string to strip tags from."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: cdata_section
3
+ source: "ActionView::Helpers::TagHelper#cdata_section"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns a CDATA section with the given content.
11
+ signature: "cdata_section(content)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-cdata_section"
13
+ tag: null
14
+ arguments:
15
+ - name: content
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "Content for the CDATA section."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,64 @@
1
+ ---
2
+ name: content_tag
3
+ source: "ActionView::Helpers::TagHelper#content_tag"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: true
8
+ supports_block: true
9
+ description: |-
10
+ Returns an HTML block tag of type name surrounding the content. Add HTML attributes by passing an attributes hash to options. Instead of passing the content as an argument, you can also use a block. This is legacy syntax; see the `tag` method for the modern equivalent.
11
+ signature: "content_tag(name, content_or_options_with_block = nil, options = nil, escape = true, &block)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag"
13
+ tag:
14
+ name: null
15
+ is_void: false
16
+ preferred: false
17
+ detect_style: call_name
18
+ content:
19
+ source: block_or_arg
20
+ arg_position: 2
21
+ skip_if_hash: true
22
+ attributes_arg: 3
23
+ transform_style: generic
24
+ arguments:
25
+ - name: name
26
+ position: 1
27
+ type: [string, symbol]
28
+ optional: false
29
+ description: |-
30
+ The HTML tag name (e.g. `:div`, `:span`, `"p"`).
31
+ - name: content_or_options_with_block
32
+ position: 2
33
+ type: [string, hash]
34
+ optional: true
35
+ default: "nil"
36
+ description: "Tag content string, or options hash when a block is given."
37
+ - name: options
38
+ position: 3
39
+ type: hash
40
+ optional: true
41
+ default: "nil"
42
+ description: "HTML attributes hash."
43
+ - name: escape
44
+ position: 4
45
+ type: boolean
46
+ optional: true
47
+ default: "true"
48
+ description: "Whether to HTML-escape the content."
49
+ options:
50
+ - name: class
51
+ type: string
52
+ description: "CSS class name(s)."
53
+ - name: id
54
+ type: string
55
+ description: "HTML id attribute."
56
+ - name: data
57
+ type: hash
58
+ maps_to: data-*
59
+ description: "Hash of `data-*` attributes."
60
+ - name: aria
61
+ type: hash
62
+ maps_to: aria-*
63
+ description: "Hash of `aria-*` attributes."
64
+ special_behaviors: []
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: escape_once
3
+ source: "ActionView::Helpers::TagHelper#escape_once"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns an escaped version of HTML without affecting existing escaped entities.
11
+ signature: "escape_once(html)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-escape_once"
13
+ tag: null
14
+ arguments:
15
+ - name: html
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "HTML string to escape."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: tag
3
+ source: "ActionView::Helpers::TagHelper#tag"
4
+ gem: actionview
5
+ output: html
6
+ visibility: public
7
+ supported: true
8
+ supports_block: true
9
+ description: |-
10
+ Returns an HTML5 compliant tag with a tag proxy. Every tag can be built with `tag.<tag name>(optional content, options)`. Supports `data-*` and `aria-*` attributes via nested hashes. Sub-attributes are dasherized. Respects HTML5 void elements.
11
+ signature: "tag.<tag_name>(content = nil, **options, &block)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-tag"
13
+ tag:
14
+ name: null
15
+ is_void: false
16
+ preferred: false
17
+ detect_style: receiver_call
18
+ content:
19
+ source: block_or_arg
20
+ arg_position: 1
21
+ skip_if_hash: true
22
+ attributes_arg: keywords
23
+ transform_style: generic
24
+ arguments:
25
+ - name: content
26
+ position: 1
27
+ type: string
28
+ optional: true
29
+ default: "nil"
30
+ description: "Tag content string."
31
+ options:
32
+ - name: class
33
+ type: string
34
+ description: "CSS class name(s)."
35
+ - name: id
36
+ type: string
37
+ description: "HTML id attribute."
38
+ - name: data
39
+ type: hash
40
+ maps_to: data-*
41
+ description: "Hash of `data-*` attributes."
42
+ - name: aria
43
+ type: hash
44
+ maps_to: aria-*
45
+ description: "Hash of `aria-*` attributes."
46
+ special_behaviors:
47
+ - type: method_name_underscores_to_dashes
@@ -0,0 +1,24 @@
1
+ ---
2
+ name: token_list
3
+ source: "ActionView::Helpers::TagHelper#token_list"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns a string of space-separated tokens from the arguments. Conditional tokens can be passed as a hash.
11
+ signature: "token_list(*args)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-token_list"
13
+ tag: null
14
+ arguments:
15
+ - name: args
16
+ position: 1
17
+ type: [string, hash]
18
+ optional: false
19
+ splat: true
20
+ description: "Tokens to join. Hashes enable conditional inclusion."
21
+ options: []
22
+ special_behaviors: []
23
+ aliases:
24
+ - class_names
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: concat
3
+ source: "ActionView::Helpers::TextHelper#concat"
4
+ gem: actionview
5
+ output: void
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Appends text to the output buffer. Used inside non-output code blocks (`<% %>`) as an alternative to the output syntax (`<%= %>`).
11
+ signature: "concat(string)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#method-i-concat"
13
+ tag: null
14
+ arguments:
15
+ - name: string
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "The text to append to the output buffer."
20
+ options: []
21
+ special_behaviors: []
@@ -0,0 +1,22 @@
1
+ ---
2
+ name: current_cycle
3
+ source: "ActionView::Helpers::TextHelper#current_cycle"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Returns the current cycle string after a cycle has been started. Useful for complex table highlighting or any other design need which requires the current cycle string in more than one place.
11
+ signature: "current_cycle(name = \"default\")"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#method-i-current_cycle"
13
+ tag: null
14
+ arguments:
15
+ - name: name
16
+ position: 1
17
+ type: string
18
+ optional: true
19
+ default: "\"default\""
20
+ description: "Name of the cycle to return the current value for."
21
+ options: []
22
+ special_behaviors: []
@@ -0,0 +1,31 @@
1
+ ---
2
+ name: cycle
3
+ source: "ActionView::Helpers::TextHelper#cycle"
4
+ gem: actionview
5
+ output: text
6
+ visibility: public
7
+ supported: false
8
+ supports_block: false
9
+ description: |-
10
+ Creates a Cycle object whose `to_s` method cycles through elements of an array every time it is called.
11
+ signature: "cycle(first_value, *values)"
12
+ documentation_url: "https://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#method-i-cycle"
13
+ tag: null
14
+ arguments:
15
+ - name: first_value
16
+ position: 1
17
+ type: string
18
+ optional: false
19
+ description: "First value in the cycle."
20
+ - name: values
21
+ position: 2
22
+ type: string
23
+ optional: true
24
+ splat: true
25
+ description: "Additional values to cycle through."
26
+ options:
27
+ - name: name
28
+ type: string
29
+ description: |-
30
+ Name for the cycle. Defaults to `"default"`.
31
+ special_behaviors: []