aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `with_default_enforce_utf8` methodyuuji.yaginuma2018-05-281-9/+0
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-2/+2
* Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-271-0/+9
|\
| * Allow usage of strings as locals for partial rendererSergey Novikov2017-09-181-0/+9
* | 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
* | | Replace `assert !` with `assert_not`Daniel Colson2018-04-194-21/+21
* | | Add the `nonce: true` option for `javascript_include_tag` helper.Yaroslav Markin2018-04-171-0/+8
|/ /
* | Remove RecordTagHelperYoshiyuki Hirano2018-04-071-33/+0
* | Merge pull request #32404 from mathieumahe/masterGuillermo Iguaran2018-04-021-0/+26
|\ \
| * | Extract the confirm call in its own, overridable method in rails_ujsMathieu2018-04-011-0/+26
* | | Fix typo in rails-ujs HTML content testRaymond Zhou2018-04-011-1/+1
* | | Merge pull request #32287 from razh/fix-rails-ujs-html-contentKasper Timm Hansen2018-04-011-0/+11
|\ \ \ | |/ / |/| |
| * | Pass HTML responses as plain-text in rails-ujsRaymond Zhou2018-03-191-0/+11
* | | Fix digesting templates with mixed formatsJavan Makhmali2018-03-202-0/+13
|/ /
* | Only preload misses on multifetch cacheLachlan Sylvester2018-03-061-0/+35
* | 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
|/ /
* | Let select render default selected option for required fieldSerj Prikhodko2018-02-271-0/+10
* | Don't enforce UTF-8 by defaultAndrew White2018-02-273-0/+129
* | Change translation key of submit_tag from module_name_class_name to module_na...Rui Onodera2018-02-272-2/+38
* | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-193-12/+24
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-4/+2
* | Clean up and consolidate .gitignoresbogdanvlviv2018-02-173-2/+0
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2517-89/+89
* | Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-...George Claghorn2017-12-291-0/+16
|\ \
| * | Allow the use of callable objects as group methods for grouped selects.Jérémie Bonal2017-12-271-0/+16
* | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-152-7/+7
* | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-143-3/+3
* | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-123-5/+5
* | | Merge pull request #30361 from mfo/masterEileen M. Uchitelle2017-12-113-1/+23
|\ \ \ | |/ / |/| |
| * | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-253-1/+23
* | | Add preload_link_tag helper.Guillermo Iguaran2017-11-281-0/+15
* | | Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-281-0/+30
* | | Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-0/+9
* | | Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-272-2/+2
|/ /
* | Add test to make sure form_for is not affected byRafael Mendonça França2017-11-251-0/+32
* | Change `form_with` to generates ids by defaultnpezza932017-11-251-190/+218
* | Fix field_error_proc wrap form select optgroup and divider option tagneumayr2017-11-092-1/+92
* | Fix "warning: instance variable @defined_root not initialized"yuuji.yaginuma2017-11-021-1/+1
* | Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSendGuillermo Iguaran2017-10-292-1/+28
|\ \
| * | Enable to call Rails.ajax without beforeSendta1kt0me2017-10-282-1/+28
* | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-281-1/+1
|/ /
* | Merge pull request #30513 from y-yagi/fix_30444Akira Matsuda2017-10-251-1/+3
|\ \
| * | Does not include disabled element in paramsyuuji.yaginuma2017-09-031-1/+3
| |/
* | Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-231-15/+0
* | Merge pull request #29127 from DmytroVasin/rails-ujs-remote-callbacksGuillermo Iguaran2017-10-191-63/+29
|\ \
| * | Fix callback in rails ujsVasin Dmitriy2017-06-071-63/+29
* | | Remove unused `FixtureTemplate` classyuuji.yaginuma2017-10-191-11/+0