aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Merge pull request #29349 from robertomiranda/responsive-imagesMatthew Draper2017-07-021-2/+16
| |\ \ \ | | |_|/ | |/| |
| | * | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+15
| |/ /
* / / [Action View] require => require_relativeAkira Matsuda2017-07-0125-35/+35
|/ /
* / Fix current_page? helper issue with engine root pathsavroff2017-06-191-1/+4
|/
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-112-0/+2
* Don't rely on the @view_renderer being defined.Kasper Timm Hansen2017-06-081-2/+2
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-084-10/+11
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-083-3/+6
* Move slicing to initializer.Kasper Timm Hansen2017-06-072-2/+2
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-036-23/+12
* Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla...Kasper Timm Hansen2017-05-291-1/+1
|\
| * Pass params __FILE__ and __LINE__ + 1 if class_eval with <<bogdanvlviv2017-05-291-1/+1
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-295-24/+17
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-261-1/+1
|\ \
| * | Define path with __dir__bogdanvlviv2017-05-231-1/+1
| |/
* | Merge pull request #29119 from spohlenz/fix-select-with-enumerableMatthew Draper2017-05-241-1/+1
|\ \ | |/ |/|
| * Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-1/+1