aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Pull generated methods up in to the anonymous subclassAaron Patterson2019-02-061-8/+1
* 🚨 Make the cops happy 🚨Aaron Patterson2019-02-063-3/+3
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-066-9/+48
* Merge branch 'float_dom_ids'Gannon McGibbon2019-02-051-4/+20
|\
| * Fix unique DOM IDs for collection inputsMark Edmondson2019-01-251-4/+20
* | Take in to account optional arguments when deprecatingAaron Patterson2019-02-041-0/+9
* | Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-012-5/+14
* | add tests to make sure deprecated API is still supportedAaron Patterson2019-01-311-0/+10
* | Tighten up the AV::Base constructorAaron Patterson2019-01-296-7/+7
* | Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-281-6/+19
* | Make `@view_paths` on the lookup context mostly read-onlyAaron Patterson2019-01-281-3/+7
* | Remove method named "hash"Aaron Patterson2019-01-281-6/+6
* | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-221-1/+1
|\ \ | |/ |/|
| * Always evaluate views against an ActionView::BaseAaron Patterson2019-01-161-1/+1
* | Remove deprecated image_alt helperRafael Mendonça França2019-01-171-20/+0
|/
* Don't expect defined protect_against_forgery? in {token,csrf_meta}_tagGenadi Samokovarov2018-12-272-0/+56
* Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-211-7/+5
|\
| * Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-7/+5
* | Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728)Vinicius Stock2018-12-211-0/+1
|/
* Prevent TextHelper#word_wrap from stripping white space on the leftLyle Mullican2018-11-191-0/+4
* Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-2/+2
* 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
|/
* 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