aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* respect path_only option when an array is passed into url_forJoel Ambass2018-10-011-0/+9
* Merge pull request #33975 from JuanitoFatas/jf.fix-test-nameRafael França2018-09-251-1/+1
|\
| * Fix a content_for test descriptionJuanito Fatas2018-09-251-1/+1
* | Fix more offencesRafael Mendonça França2018-09-251-1/+1
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-255-18/+18
* | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-256-21/+58
|\ \
| * | make bot happyAaron Patterson2018-09-241-1/+1
| * | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-246-21/+58
| |/
* | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-6/+8
|\ \
| * | Remove private defSakshi Jain2018-09-231-6/+8
* | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-239-206/+206
|/ /
* | Merge pull request #33564 from avit/escape_javascript_castingRafael França2018-09-211-0/+4
|\ \ | |/ |/|
| * Let escape_javascript handle conversion to stringAndrew Vit2018-09-211-0/+4
* | Don’t allocate array on no argsschneems2018-09-071-1/+1
* | Merge pull request #33547 from Ana06/patch-1Matthew Draper2018-08-231-1/+14
|\ \
| * | Add tests for privates methods in view's helpersAna María Martínez Gómez2018-08-081-1/+14
| |/
* / Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-1/+1
|/
* Turn on performance based copsDillon Welch2018-07-232-2/+4
* Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-201-0/+17
* Fix issue with `button_to`'s `to_form_params`Georgi Georgiev2018-07-161-1/+8
* Merge pull request #32361 from ph3t/safe-html-translation-arraysKasper Timm Hansen2018-07-031-2/+5
|\
| * Add safe html support to arrays of translationsJuan Broullon2018-07-031-2/+5
* | Add `year_format` option to date_select tag. This option makes it possible to...Koki Ryu2018-06-101-0/+9
* | 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
* | 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
|/
* Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-0/+12
* Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-3/+3
* 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
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-4/+2
* 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-141-1/+1
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-123-5/+5
* | Merge pull request #30361 from mfo/masterEileen M. Uchitelle2017-12-111-1/+20
|\ \ | |/ |/|
| * fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-1/+20
* | 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