| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #35411 from rails/pass-locals-to-template | Aaron Patterson | 2019-02-26 | 7 | -55/+46 |
|\ |
|
| * | Remove unused method / fix documentation | Aaron Patterson | 2019-02-26 | 1 | -6/+1 |
| * | Update actionview/lib/action_view/template/resolver.rb | John Hawthorn | 2019-02-26 | 1 | -1/+1 |
| * | `original_encoding` isn't used, so deprecate it and remove the ivar | Aaron Patterson | 2019-02-25 | 2 | -5/+5 |
| * | Expand key word args for ActionView::Template | Aaron Patterson | 2019-02-25 | 2 | -4/+4 |
| * | Don't mutate `virtual_path`, remove `decorate` | Aaron Patterson | 2019-02-25 | 2 | -17/+4 |
| * | Pass locals in to the template object on construction | Aaron Patterson | 2019-02-25 | 6 | -26/+35 |
* | | [ci skip] Renamed formats -> format in test after #35406 | Abhay Nikam | 2019-02-26 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #35408 from rails/template-has-one-variant | Aaron Patterson | 2019-02-25 | 3 | -13/+11 |
|\ |
|
| * | Change `variants` to `variant` | Aaron Patterson | 2019-02-25 | 2 | -11/+10 |
| * | Remove potential `variants` mutation in `decorate` | Aaron Patterson | 2019-02-25 | 1 | -1/+0 |
| * | Convert `variant` to a keyword arg | Aaron Patterson | 2019-02-25 | 1 | -2/+2 |
* | | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 3 | -2/+4 |
* | | Improve Template#inspect output (#35407) | John Hawthorn | 2019-02-25 | 2 | -2/+16 |
|/ |
|
* | Templates have one format | Aaron Patterson | 2019-02-25 | 15 | -29/+41 |
* | Update actionview/lib/action_view/template.rb | Ryuta Kamizono | 2019-02-25 | 1 | -1/+1 |
* | remove the formats writer on templates | Aaron Patterson | 2019-02-25 | 1 | -2/+6 |
* | Dereference the format type before template construction | Aaron Patterson | 2019-02-25 | 2 | -2/+2 |
* | Always pass a format to the ActionView::Template constructor | Aaron Patterson | 2019-02-25 | 5 | -12/+25 |
* | Add a finalizer to inline templates | Aaron Patterson | 2019-02-22 | 3 | -1/+24 |
* | Merge pull request #35371 from rails/always-have-a-format | Aaron Patterson | 2019-02-22 | 4 | -7/+18 |
|\ |
|
| * | Ensure that rendered templates always have a format | Aaron Patterson | 2019-02-22 | 4 | -7/+18 |
* | | Merge pull request #35369 from rails/fewer-lookup-context-calls | Aaron Patterson | 2019-02-22 | 2 | -6/+6 |
|\ \ |
|
| * | | Pass lookup context to the layout handlers | Aaron Patterson | 2019-02-22 | 2 | -6/+6 |
| |/ |
|
* / | Prefer I18n.with_locale | George Claghorn | 2019-02-21 | 2 | -52/+37 |
|/ |
|
* | [ci skip] actionview typo fixes. | alkesh26 | 2019-02-21 | 2 | -2/+2 |
* | Deprecate ActionView::PathSet as argument to ActionView::Base.new | Cliff Pruitt | 2019-02-20 | 2 | -0/+6 |
* | Deprecate LookupContext#rendered_format | Aaron Patterson | 2019-02-19 | 3 | -7/+21 |
* | Fix up style | Aaron Patterson | 2019-02-19 | 4 | -8/+8 |
* | Return rendered template information instead of just strings | Aaron Patterson | 2019-02-19 | 7 | -31/+92 |
* | 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 |
* | rename push / pop function | Aaron Patterson | 2019-02-19 | 2 | -2/+2 |
* | Merge pull request #35293 from rails/remove-rendered-format-from-cache | Aaron Patterson | 2019-02-19 | 9 | -33/+33 |
|\ |
|
| * | remove another call to rendered_format= | Aaron Patterson | 2019-02-17 | 1 | -2/+0 |
| * | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 9 | -31/+33 |
* | | Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais... | Aaron Patterson | 2019-02-15 | 2 | -5/+16 |
|\ \ |
|
| * | | Show deprecated message instead of raise exception in `compiled_method_contai... | yuuji.yaginuma | 2019-02-16 | 2 | -5/+16 |
| |/ |
|
* / | Allow to pass options to `csp_meta_tag` | yuuji.yaginuma | 2019-02-16 | 2 | -2/+8 |
|/ |
|
* | 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 | 2 | -3/+22 |
|\ |
|
| * | Cached collections only work if there is one template | Aaron Patterson | 2019-02-13 | 2 | -3/+22 |
* | | Address to useless assignment `formats = nil` after #35254 | Ryuta Kamizono | 2019-02-14 | 2 | -5/+1 |
* | | Clean for fix done in #35229. Removed unused arguments | Abhay Nikam | 2019-02-13 | 1 | -2/+2 |
* | | Turn lookup context in to a stack, push and pop if formats change | Aaron Patterson | 2019-02-11 | 8 | -27/+62 |
* | | 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 | 3 | -3/+1 |
* | reuse details cache key identity object | Aaron Patterson | 2019-02-08 | 1 | -5/+1 |
* | Teach DetailsKey how to clear the template cache | Aaron Patterson | 2019-02-08 | 5 | -11/+38 |