| Commit message (Expand) | Author | Age | Files | Lines |
* | Ruby 2.4 and later support native Unicode case mappings | Ryuta Kamizono | 2019-03-18 | 1 | -1/+1 |
* | Merge pull request #35623 from jhawthorn/actionview_cache | Aaron Patterson | 2019-03-15 | 4 | -48/+11 |
|\ |
|
| * | Remove updated_at from Templates | John Hawthorn | 2019-03-15 | 4 | -18/+9 |
| * | Make Template::Resolver always cache | John Hawthorn | 2019-03-15 | 1 | -30/+2 |
* | | Rename `ActionView::Base#run` to `#_run` | Seb Jacobs | 2019-03-15 | 3 | -3/+3 |
|/ |
|
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 1 | -1/+1 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 1 | -1/+1 |
* | | Squish the deprecation messages across the codebase | Prathamesh Sonpatki | 2019-03-11 | 2 | -4/+4 |
* | | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block | Kasper Timm Hansen | 2019-03-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Ruby 2.7 warning: creating a Proc without a block | utilum | 2019-02-13 | 1 | -2/+2 |
* | | | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 2 | -2/+2 |
* | | | Merge pull request #35429 from jhawthorn/template_format_nil | Aaron Patterson | 2019-03-01 | 4 | -12/+8 |
|\ \ \ |
|
| * | | | Remove query_format argument from resolver | John Hawthorn | 2019-02-26 | 2 | -4/+4 |
| * | | | Create templates with format=nil | John Hawthorn | 2019-02-26 | 2 | -3/+4 |
| * | | | Allow format to be nil | John Hawthorn | 2019-02-26 | 1 | -5/+0 |
* | | | | Removes unnecessary dot in regexp | Xavier Noria | 2019-02-28 | 1 | -1/+1 |
|/ / / |
|
* | | | 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 | 1 | -3/+3 |
* | | | 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 | 3 | -15/+25 |
* | | | 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 | 1 | -1/+1 |
* | | | Improve Template#inspect output (#35407) | John Hawthorn | 2019-02-25 | 1 | -2/+6 |
|/ / |
|
* | | Templates have one format | Aaron Patterson | 2019-02-25 | 7 | -19/+31 |
* | | 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 | 3 | -9/+20 |
* | | 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 |
* | | | Pass lookup context to the layout handlers | Aaron Patterson | 2019-02-22 | 2 | -6/+6 |
|/ / |
|
* | | [ci skip] actionview typo fixes. | alkesh26 | 2019-02-21 | 1 | -1/+1 |
* | | Deprecate ActionView::PathSet as argument to ActionView::Base.new | Cliff Pruitt | 2019-02-20 | 1 | -0/+2 |
* | | Deprecate LookupContext#rendered_format | Aaron Patterson | 2019-02-19 | 2 | -7/+11 |
* | | 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 |
* | | 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 | 6 | -19/+17 |
|\ \ |
|
| * | | 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 | 6 | -17/+17 |
* | | | Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais... | Aaron Patterson | 2019-02-15 | 1 | -5/+9 |
|\ \ \ |
|
| * | | | Show deprecated message instead of raise exception in `compiled_method_contai... | yuuji.yaginuma | 2019-02-16 | 1 | -5/+9 |
| |/ / |
|
* / / | Allow to pass options to `csp_meta_tag` | yuuji.yaginuma | 2019-02-16 | 1 | -2/+4 |
|/ / |
|
* | | Merge pull request #35253 from rails/cached-collections-must-have-a-template | Aaron Patterson | 2019-02-13 | 1 | -3/+11 |
|\ \ |
|