| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | [ci skip] Renamed formats -> format in test after #35406 | Abhay Nikam | 2019-02-26 | 1 | -1/+1 |
|/ / |
|
* | | Improve Template#inspect output (#35407) | John Hawthorn | 2019-02-25 | 1 | -0/+10 |
* | | Templates have one format | Aaron Patterson | 2019-02-25 | 8 | -10/+10 |
* | | Always pass a format to the ActionView::Template constructor | Aaron Patterson | 2019-02-25 | 2 | -3/+5 |
* | | Prefer I18n.with_locale | George Claghorn | 2019-02-21 | 2 | -52/+37 |
* | | Deprecate ActionView::PathSet as argument to ActionView::Base.new | Cliff Pruitt | 2019-02-20 | 1 | -0/+4 |
* | | Deprecate LookupContext#rendered_format | Aaron Patterson | 2019-02-19 | 1 | -0/+10 |
* | | Move inline rendering content-type test to a controller test | Aaron Patterson | 2019-02-19 | 2 | -5/+11 |
* | | Add a test that writes to the collection cache | Aaron Patterson | 2019-02-19 | 1 | -1/+8 |
* | | Merge pull request #35293 from rails/remove-rendered-format-from-cache | Aaron Patterson | 2019-02-19 | 3 | -14/+16 |
|\ \ |
|
| * | | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 3 | -14/+16 |
* | | | Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais... | Aaron Patterson | 2019-02-15 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Show deprecated message instead of raise exception in `compiled_method_contai... | yuuji.yaginuma | 2019-02-16 | 1 | -0/+7 |
| |/ / |
|
* / / | Allow to pass options to `csp_meta_tag` | yuuji.yaginuma | 2019-02-16 | 1 | -0/+4 |
|/ / |
|
* / | Add test for `csp_meta_tag` | yuuji.yaginuma | 2019-02-14 | 1 | -0/+31 |
|/ |
|
* | Merge pull request #35253 from rails/cached-collections-must-have-a-template | Aaron Patterson | 2019-02-13 | 1 | -0/+11 |
|\ |
|
| * | Cached collections only work if there is one template | Aaron Patterson | 2019-02-13 | 1 | -0/+11 |
* | | Address to useless assignment `formats = nil` after #35254 | Ryuta Kamizono | 2019-02-14 | 1 | -2/+0 |
* | | Turn lookup context in to a stack, push and pop if formats change | Aaron Patterson | 2019-02-11 | 2 | -4/+6 |
* | | Adding another failing test case | Aaron Patterson | 2019-02-11 | 11 | -6/+39 |
* | | Add a failing test for #35222 | Aaron Patterson | 2019-02-11 | 5 | -0/+14 |
|/ |
|
* | 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 | 8 | -12/+55 |
* | 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 |
* | | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -0/+1 |
* | | 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 | 4 | -8/+17 |
* | | 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 | 9 | -12/+12 |
* | | 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 |
* | | Add test for Hash-like object being passed to partial `locals` | Ufuk Kayserilioglu | 2019-01-24 | 1 | -0/+10 |
* | | Revert "Allow usage of strings as locals for partial renderer" | Ufuk Kayserilioglu | 2019-01-24 | 1 | -10/+0 |
* | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Always evaluate views against an ActionView::Base | Aaron Patterson | 2019-01-16 | 2 | -2/+2 |
* | | 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 |
|/ |
|
* | Merge pull request #34635 from WoH/data-disable-forever | Javan Makhmali | 2018-12-18 | 1 | -0/+21 |
|\ |
|
| * | Do not disable previously disabled elements | WoH | 2018-12-06 | 1 | -0/+21 |
* | | Fix typos in click test descriptions [ci skip] | Ivan Kuchin | 2018-12-10 | 1 | -2/+2 |
|/ |
|