aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30831 from masatooba/fix-radio-button-tag-commentEileen M. Uchitelle2017-10-081-1/+1
|\
| * Fix radio_button_tag commentMasato Oba2017-10-081-1/+1
* | request checkpavel2017-10-051-2/+2
|/
* Implement H2 Early Hints for Railseileencodes2017-10-041-4/+26
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-302-7/+1
* Merge pull request #29791 from yui-knk/at_objectRyuta Kamizono2017-09-0513-19/+19
|\
| * Do not pass an instance variable to a private methodyui-knk2017-09-0513-19/+19
* | Fix outdated comment [ci skip]yuuji.yaginuma2017-09-021-1/+1
* | double assign is no longer an effective workaround for unused variable warningAkira Matsuda2017-09-011-1/+1
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-012-4/+4
* | Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-275-24/+24
* | Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-2722-22/+22
* | Remove `alt` text from `image_tag` example [ci skip]yuuji.yaginuma2017-08-242-7/+7
* | Remove alt generation from image_submit_tagRafael Mendonça França2017-08-231-6/+6
* | Merge pull request #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-231-13/+9
|\ \
| * | Do not generate default alt text in image tagsCameron Cundiff2017-08-171-13/+9
* | | [ci skip] form_with in the getting started guide.Kasper Timm Hansen2017-08-211-0/+30
|/ /
* | Merge pull request #30165 from tjschuck/code_formatting_fixRafael França2017-08-111-10/+10
|\ \
| * | Add code formatting and minor grammar clarificationsT.J. Schuck2017-08-091-10/+10
* | | Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-1/+1
|/ /
* | Fix broken RDoc formattingT.J. Schuck2017-08-091-1/+1
* | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-2/+23
* | Merge pull request #30020 from rails/active-storage-importDavid Heinemeier Hansson2017-08-043-2/+21
|\ \
| * | Remove duplicated convert_direct_upload_option_to_urlRafael Mendonça França2017-08-032-7/+4
| * | Refactor convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-3/+4
| * | Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-032-1/+13
| * | Add requireDavid Heinemeier Hansson2017-08-011-0/+1
| * | Move the direct_upload: true convenience option from the activestorage helper...David Heinemeier Hansson2017-07-312-2/+10
* | | Allow non-English values for collection_radio_buttons/check_boxescolorfulfool2017-08-021-1/+1
|/ /
* | Fix testing helpers that use Action View's capturing helpers (e.g. content_for)George Claghorn2017-07-251-0/+2
* | Suppress warning from actionview controller helper.Christina Thompson2017-07-241-1/+1
* | Merge pull request #29897 from kirs/frozen-actionviewRafael França2017-07-24100-1/+198
|\ \
| * | Use frozen string literal in actionview/Kir Shatrov2017-07-24100-1/+198
* | | Merge pull request #29792 from lugray/delegate_respond_toRafael França2017-07-241-2/+10
|\ \ \ | |/ / |/| |
| * | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-191-2/+10
* | | Make actionview ready for frozen stringsKir Shatrov2017-07-231-1/+2
* | | Merge pull request #29884 from padi/update_rails_5_upgrade_guideRafael França2017-07-211-2/+2
|\ \ \ | |/ / |/| |
| * | Suppress documentation for content_tag_for and div_for since they were remove...Marc Rendl Ignacio2017-07-211-2/+2
| |/
* / [ci skip]Replace jquery-ujs with rails-ujswillnet2017-07-191-1/+1
|/
* [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-062-1/+3
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-029-15/+29
|\
| * Avoid shadowed variableMatthew Draper2017-07-021-2/+2
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02102-102/+1
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02102-1/+102
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-01102-1/+102
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-028-13/+13
| |\ \
| | * | Make ActionView frozen string literal friendly.Pat Allan2017-06-206-8/+8
| | * | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-202-3/+3
| | * | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-2/+2