| Commit message (Expand) | Author | Age | Files | Lines |
* | Cached collections only work if there is one template | Aaron Patterson | 2019-02-13 | 1 | -0/+11 |
* | Always call super | Aaron Patterson | 2019-02-08 | 2 | -2/+1 |
* | Teach DetailsKey how to clear the template cache | Aaron Patterson | 2019-02-08 | 3 | -10/+9 |
* | Split digest cache from details identity cache | Aaron Patterson | 2019-02-08 | 2 | -0/+5 |
* | Fix deprecation warnings and call super | Aaron Patterson | 2019-02-06 | 1 | -2/+2 |
* | Pull generated methods up in to the anonymous subclass | Aaron Patterson | 2019-02-06 | 1 | -8/+1 |
* | đ¨ Make the cops happy đ¨ | Aaron Patterson | 2019-02-06 | 3 | -3/+3 |
* | Move templates to an anonymous subclass of AV::Base | Aaron Patterson | 2019-02-06 | 6 | -9/+48 |
* | Merge branch 'float_dom_ids' | Gannon McGibbon | 2019-02-05 | 1 | -4/+20 |
|\ |
|
| * | Fix unique DOM IDs for collection inputs | Mark Edmondson | 2019-01-25 | 1 | -4/+20 |
* | | Take in to account optional arguments when deprecating | Aaron Patterson | 2019-02-04 | 1 | -0/+9 |
* | | Pass source to template handler and deprecate old style handler | Aaron Patterson | 2019-02-01 | 2 | -5/+14 |
* | | add tests to make sure deprecated API is still supported | Aaron Patterson | 2019-01-31 | 1 | -0/+10 |
* | | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 6 | -7/+7 |
* | | Deprecate `with_fallbacks` using a block | Aaron Patterson | 2019-01-28 | 1 | -6/+19 |
* | | Make `@view_paths` on the lookup context mostly read-only | Aaron Patterson | 2019-01-28 | 1 | -3/+7 |
* | | Remove method named "hash" | Aaron Patterson | 2019-01-28 | 1 | -6/+6 |
* | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Always evaluate views against an ActionView::Base | Aaron Patterson | 2019-01-16 | 1 | -1/+1 |
* | | Remove deprecated image_alt helper | Rafael Mendonça França | 2019-01-17 | 1 | -20/+0 |
|/ |
|
* | Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag | Genadi Samokovarov | 2018-12-27 | 2 | -0/+56 |
* | Merge pull request #34764 from kamipo/avoid_redundant_begin | Ryuta Kamizono | 2018-12-21 | 1 | -7/+5 |
|\ |
|
| * | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -7/+5 |
* | | Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728) | Vinicius Stock | 2018-12-21 | 1 | -0/+1 |
|/ |
|
* | Prevent TextHelper#word_wrap from stripping white space on the left | Lyle Mullican | 2018-11-19 | 1 | -0/+4 |
* | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 1 | -2/+2 |
* | Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-... | Ryuta Kamizono | 2018-10-08 | 1 | -0/+9 |
|\ |
|
| * | respect path_only option when an array is passed into url_for | Joel Ambass | 2018-10-01 | 1 | -0/+9 |
* | | Merge pull request #32031 from yahonda/remove_redundant_freeze | Ryuta Kamizono | 2018-10-01 | 1 | -2/+2 |
|\ \ |
|
| * | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -2/+2 |
| |/ |
|
* / | make actionview templates marshalable so that they can be serialized during t... | lsylvester | 2018-09-30 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #33975 from JuanitoFatas/jf.fix-test-name | Rafael França | 2018-09-25 | 1 | -1/+1 |
|\ |
|
| * | Fix a content_for test description | Juanito Fatas | 2018-09-25 | 1 | -1/+1 |
* | | Fix more offences | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 5 | -18/+18 |
* | | Merge pull request #33973 from rails/remove-catch-all | Aaron Patterson | 2018-09-25 | 6 | -21/+58 |
|\ \ |
|
| * | | make bot happy | Aaron Patterson | 2018-09-24 | 1 | -1/+1 |
| * | | Remove deprecated catch-all route in the AV tests | Aaron Patterson | 2018-09-24 | 6 | -21/+58 |
| |/ |
|
* | | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 1 | -6/+8 |
|\ \ |
|
| * | | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -6/+8 |
* | | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 9 | -206/+206 |
|/ / |
|
* | | Merge pull request #33564 from avit/escape_javascript_casting | Rafael França | 2018-09-21 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Let escape_javascript handle conversion to string | Andrew Vit | 2018-09-21 | 1 | -0/+4 |
* | | Donât allocate array on no args | schneems | 2018-09-07 | 1 | -1/+1 |
* | | Merge pull request #33547 from Ana06/patch-1 | Matthew Draper | 2018-08-23 | 1 | -1/+14 |
|\ \ |
|
| * | | Add tests for privates methods in view's helpers | Ana MarĂa MartĂnez GĂłmez | 2018-08-08 | 1 | -1/+14 |
| |/ |
|
* / | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 |
|/ |
|
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 2 | -2/+4 |
* | Fix leaking special form_with attributes into html attributes | Yurii Cherniavskyi | 2018-07-20 | 1 | -0/+17 |
* | Fix issue with `button_to`'s `to_form_params` | Georgi Georgiev | 2018-07-16 | 1 | -1/+8 |