aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Improve redundancy in line tasksYoshiyuki Hirano2018-04-191-1/+1
* | | | | | | Replace `assert !` with `assert_not`Daniel Colson2018-04-194-21/+21
|/ / / / / /
* | | | | | Merge pull request #32607 from yaroslav/feature/nonce-for-javascript_include_tagAndrew White2018-04-183-0/+22
|\ \ \ \ \ \
| * | | | | | Add the `nonce: true` option for `javascript_include_tag` helper.Yaroslav Markin2018-04-173-0/+22
* | | | | | | Merge pull request #32326 from q-centrix/perf-improvement-translation-helper-...Guillermo Iguaran2018-04-181-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Only create an array with default options if we have default optionsDillon Welch2018-03-221-1/+5
* | | | | | | | Ruby 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-171-2/+7
| |/ / / / / / |/| | | | | |
* | | | | | | ActionController -> Action Controller [ci skip]Xavier Noria2018-04-171-4/+5
* | | | | | | Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
| |/ / / / / |/| | | | |
* | | | | | Fix rendering a differently-formatted partial after cachingGeorge Claghorn2018-04-131-2/+12
* | | | | | couple of edits [ci skip]Xavier Noria2018-04-131-2/+2
* | | | | | Fix `actionview/CHANGELOG.md`bogdanvlviv2018-04-071-2/+2
* | | | | | Remove RecordTagHelperYoshiyuki Hirano2018-04-074-58/+4
* | | | | | Remove redundant type checkAndrew White2018-04-061-2/+1
* | | | | | Use comment instead of desc in actionview's RakefileYoshiyuki Hirano2018-04-051-2/+2
* | | | | | Add :ujs desc to Rakefile in actionviewYoshiyuki Hirano2018-04-051-0/+1
* | | | | | passing splat keyword arguments as a single Hashutilum2018-04-041-1/+1
* | | | | | Use `:default` option in order to set default value of `finalize_compiled_tem...bogdanvlviv2018-04-031-2/+1
* | | | | | Small doc fixesT.J. Schuck2018-04-021-1/+1
* | | | | | Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-023-1/+23
* | | | | | Merge pull request #32404 from mathieumahe/masterGuillermo Iguaran2018-04-023-1/+39
|\ \ \ \ \ \
| * | | | | | Extract the confirm call in its own, overridable method in rails_ujsMathieu2018-04-013-1/+39
| | |_|_|/ / | |/| | | |
* | | | | | Fix typo in rails-ujs HTML content testRaymond Zhou2018-04-011-1/+1
* | | | | | Merge pull request #32406 from olivierlacan/actionview-helpers-docs-consisten...Kasper Timm Hansen2018-04-014-23/+23
|\ \ \ \ \ \
| * | | | | | Use consistent spacing in actionview helper docs [ci skip]Olivier Lacan2018-04-014-23/+23
| |/ / / / /
* | | | | | Merge pull request #32287 from razh/fix-rails-ujs-html-contentKasper Timm Hansen2018-04-012-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Pass HTML responses as plain-text in rails-ujsRaymond Zhou2018-03-192-1/+12
| |/ / / /
* | | | | Merge pull request #32305 from q-centrix/perf-improvement-translation-helperAndrew White2018-03-201-2/+5
|\ \ \ \ \
| * | | | | Memoize the result of gsubbing @virtual_pathDillon Welch2018-03-201-2/+5
| |/ / / /
* | | | | Merge pull request #32302 from q-centrix/perf-improvement-tag-nameAndrew White2018-03-201-3/+3
|\ \ \ \ \
| * | | | | Interpolate '' instead of nil when multiple is false.Dillon Welch2018-03-201-3/+3
| |/ / / /
* / / / / Fix digesting templates with mixed formatsJavan Makhmali2018-03-203-4/+15
|/ / / /
* | | | Merge pull request #31250 from lsylvester/only-preload-misses-on-multifetch-c...Kasper Timm Hansen2018-03-151-0/+35
|\ \ \ \
| * | | | Only preload misses on multifetch cacheLachlan Sylvester2018-03-061-0/+35
* | | | | Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* | | | | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | | | | Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-5/+5
|/ / / /
* | | | Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-BignumRyuta Kamizono2018-03-051-3/+3
|\ \ \ \
| * | | | Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-3/+3
* | | | | Fix actionview tests executionbogdanvlviv2018-03-041-7/+8
|/ / / /
* | | | Fix RDoc formatting [ci skip]yuuji.yaginuma2018-03-031-1/+1
* | | | Remove CHANGELOG entries which were backported to 5-2-stableRyuta Kamizono2018-02-281-5/+3
* | | | Merge pull request #32087 from prikha/add-better-select-tag-option-handlingRafael França2018-02-273-1/+36
|\ \ \ \
| * | | | Let select render default selected option for required fieldSerj Prikhodko2018-02-273-1/+36
* | | | | Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-2/+2
|/ / / /
* | | | Merge pull request #32125 from rails/switch-to-not-enforcing-utf8-by-defaultAndrew White2018-02-277-3/+152
|\ \ \ \
| * | | | Don't enforce UTF-8 by defaultAndrew White2018-02-277-3/+152
* | | | | add :nodoc: to ActionView::Helpers::FormBuilder#emitted_hidden_id?Marcelo Perini Veloso2018-02-271-1/+1
|/ / / /
* | | | Change translation key of submit_tag from module_name_class_name to module_na...Rui Onodera2018-02-274-3/+48
* | | | Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-228-13/+68
|\ \ \ \