aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-141-1/+1
* [ci skip] Use default path in button_to documentationAlberto Almagro2019-06-131-1/+1
* Merge pull request #36388 from joelhawksley/actionview-componentAaron Patterson2019-06-131-1/+5
|\
| * `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-121-1/+5
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1322-22/+0
|/
* Merge pull request #36324 from yoones/fix-unexpected-select-tag-delete-behaviorEileen M. Uchitelle2019-05-281-1/+2
|\
| * Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-221-1/+2
* | Correct human file size examples [ci skip]Alexander Graul2019-05-201-1/+1
|/
* Fixes grammar in comments on tag_name and tag_idMichael Bock2019-04-251-2/+2
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-012-2/+2
* Ruby 2.4 and later support native Unicode case mappingsRyuta Kamizono2019-03-181-1/+1
* Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\
| * Ruby 2.7 warning: creating a Proc without a blockutilum2019-02-131-2/+2
* | Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-092-2/+2
* | Removes unnecessary dot in regexpXavier Noria2019-02-281-1/+1
* | Templates have one formatAaron Patterson2019-02-251-1/+1
* | rename push / pop functionAaron Patterson2019-02-191-1/+1
* | Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-191-5/+5
|\ \
| * | Pass the template format to the digestorAaron Patterson2019-02-151-5/+5
* | | Allow to pass options to `csp_meta_tag`yuuji.yaginuma2019-02-161-2/+4
|/ /
* / Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-4/+6
|/
* Merge branch 'float_dom_ids'Gannon McGibbon2019-02-051-1/+1
|\
| * Fix unique DOM IDs for collection inputsMark Edmondson2019-01-251-1/+1
* | Improve regexp of `html_safe_translation_key?`Kazuhiro NISHIYAMA2019-02-051-1/+1
* | Prefer ImageProcessing's resize_to_limit macro over resize_to_fitGeorge Claghorn2019-01-241-5/+5
|/
* Remove deprecated image_alt helperRafael Mendonça França2019-01-171-23/+0
* Fix typo in collection_radio_buttons spec [ci skip]Alberto Almagro2019-01-111-1/+1
* Don't expect defined protect_against_forgery? in {token,csrf_meta}_tagGenadi Samokovarov2018-12-272-2/+2
* Generate doc of methods provided by form builders [ci skip]yuuji.yaginuma2018-12-261-0/+221
* Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728)Vinicius Stock2018-12-211-1/+1
* Prevent TextHelper#word_wrap from stripping white space on the leftLyle Mullican2018-11-191-1/+1
* Added maxlength example to text_field documentationRaghu Kamat2018-10-251-0/+3
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-298-33/+33
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-234-6/+6
* Merge pull request #33564 from avit/escape_javascript_castingRafael França2018-09-211-4/+5
|\
| * Let escape_javascript handle conversion to stringAndrew Vit2018-09-211-4/+5
* | Move digest path calculation out of loopschneems2018-09-111-9/+17
* | [ci skip] Doc ActionView::OutputBufferschneems2018-09-061-3/+2
* | [ci skip] Clarify CaptureHelper#capture functionschneems2018-09-061-0/+5
* | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-2/+2
|\ \
| * | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-1/+1
| * | Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-2/+2
* | | Add `:namespace` option to the api docs of `form_with` [ci skip]bogdanvlviv2018-08-271-0/+3
|/ /
* | Merge pull request #33547 from Ana06/patch-1Matthew Draper2018-08-231-2/+10
|\ \
| * | Deprecate use of private methods in view's helpersAna María Martínez Gómez2018-08-081-2/+12
| * | Use public_send in extract_values_from_collectionAna María Martínez Gómez2018-08-081-1/+1
| * | Use public_send in value_for_collectionAna María Martínez Gómez2018-08-071-1/+1
| |/
* | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...Ryuta Kamizono2018-08-201-0/+5
|\ \
| * | Add missing documentation options to number_to_currency [ci skip]emaxi2018-07-111-0/+5
* | | Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-1/+1