aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Added a phone_to helper method, on the style of mail_to and sms_to. (#36775)Pietro Moro2019-07-261-0/+47
* Merge pull request #36467 from spk/add-doc-host-protocol-asset_pathRafael França2019-07-241-0/+2
|\
| * Add documentation on actionview asset_path with host and protocolLaurent Arnoud2019-06-121-0/+2
* | Fix broken rdoc for UrlHelper [ci skip]Ryuta Kamizono2019-07-241-6/+6
* | Fix argument in doc sample of new `sms_to` helper [ci skip]Carlos Antonio da Silva2019-07-191-1/+1
* | Merge pull request #36511 from aantix/sms_link_helperGuillermo Iguaran2019-07-191-0/+48
|\ \
| * | Doc changes.Jim Jones2019-06-181-4/+4
| * | Helper method to create an sms link - when clicked it opens the phone/desktop...Jim Jones2019-06-181-0/+48
| |/
* | A type class or nil has to respond_to :to_sAkira Matsuda2019-07-121-2/+1
* | 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