aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Prevent TextHelper#word_wrap from stripping white space on the leftLyle Mullican2018-11-191-0/+4
* Add allocations to template renderer subscriptionEileen Uchitelle2018-10-102-7/+7
* Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-...Ryuta Kamizono2018-10-081-0/+9
|\
| * respect path_only option when an array is passed into url_forJoel Ambass2018-10-011-0/+9
* | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-011-2/+2
|\ \
| * | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
| |/
* / make actionview templates marshalable so that they can be serialized during t...lsylvester2018-09-301-0/+7
|/
* Do not enable disabled elements for XHR redirectsPatrik Bóna2018-09-273-1/+27
* 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-253-3/+3
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-256-19/+19
* | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-2517-78/+290
|\ \
| * | make bot happyAaron Patterson2018-09-244-9/+9
| * | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-2417-78/+290
| |/
* | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-232-14/+18
|\ \
| * | Remove private defSakshi Jain2018-09-232-14/+18
* | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2311-209/+209
|/ /
* | 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-072-2/+2
* | 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
* | 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