aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Remove unused requireKasper Timm Hansen2019-08-051-1/+0
* Update sanitizer in ActionView::Helpers::SanitizeHelperJuanito Fatas2019-08-051-21/+13
* No private defRafael Mendonça França2019-08-011-2/+4
* These methods doesn't have to be `protected`Akira Matsuda2019-08-011-4/+2
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-016-7/+6
* Merge pull request #36813 from haruyuki97/haruyuki97/fix-comment-in-url-helperPrem Sichanugrist2019-07-301-1/+1
|\
| * fix a typo [ci skip]haruyuki972019-07-301-1/+1
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* | Add AS::TimeZone#match?Akira Matsuda2019-07-291-2/+2
|/
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Merge pull request #36178 from sshaw/fix_time_zone_options_priorityRafael França2019-07-261-3/+4
|\
| * Update time_zone_options_for_select docssshaw2019-05-041-3/+4
* | 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