aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `with_default_enforce_utf8` methodyuuji.yaginuma2018-05-281-9/+0
* Fix RDoc formatting: `+` doesn't work with space [ci skip]yuuji.yaginuma2018-05-231-1/+1
* Indicate `true` in a doc comment is code-like.Corey Farwell2018-05-221-1/+1
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-2/+2
* Remove reference to old `:text` rendering optionTyler Hunt2018-05-111-1/+0
* Remove leftover requiresT.J. Schuck2018-05-071-2/+0
* Use usual method definition instead of extracting args from arrayprintercu2018-05-031-11/+4
* Don't allocate unnecessary array in translation helperMax Melentiev2018-04-281-8/+2
* Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-272-1/+10
|\
| * Allow usage of strings as locals for partial rendererSergey Novikov2017-09-182-1/+10
* | Address `Style/StringLiterals` offenceRyuta Kamizono2018-04-271-1/+1
* | Don't try to destoy the given string via method argumentAkira Matsuda2018-04-271-1/+1
* | Reduce String allocations when building Action View tagsAkira Matsuda2018-04-271-1/+2
* | Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-2/+2
|\ \
| * | Recommend using :resize_to_fit after allJanko Marohnić2018-04-231-2/+2
* | | Merge pull request #31881 from yewton/rails-ujs-with-yarn-autocleanRafael França2018-04-231-0/+2
|\ \ \
| * | | Update rails-ujs readmeYuto SASAKI2018-02-041-0/+2
* | | | Make JS views rendered work with content security policyyuuji.yaginuma2018-04-202-1/+8
* | | | Merge pull request #32574 from DmytroVasin/rails-ujs-stoppable-eventsRafael França2018-04-198-60/+67
|\ \ \ \
| * | | | Fix stoppable events in tests and docs.Dmytro Vasin2018-04-148-60/+67
| | |/ / | |/| |
* | | | Merge pull request #32636 from yhirano55/improve_line_tasksRafael França2018-04-191-1/+1
|\ \ \ \
| * | | | 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
| |/ / /