| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Improve "raises on invalid format assignment" test | John Hawthorn | 2019-03-18 | 1 | -2/+2 |
| * | | Rename invalid_types to invalid_values | John Hawthorn | 2019-03-18 | 1 | -3/+3 |
| * | | Raise in LookupContext#formats= on invalid format | John Hawthorn | 2019-03-18 | 2 | -0/+13 |
| * | | Make uniq in LookupContext#formats= | John Hawthorn | 2019-03-18 | 2 | -1/+3 |
| * | | Ignore nil in LookupContext#formats= | John Hawthorn | 2019-03-18 | 2 | -0/+6 |
* | | | Re-add Template#updated_at as deprecated | John Hawthorn | 2019-03-19 | 2 | -6/+13 |
* | | | Merge pull request #35662 from jhawthorn/fallback_resolver_no_virtual_path | Aaron Patterson | 2019-03-19 | 2 | -8/+32 |
|\ \ \ |
|
| * | | | Remove virtual_path from fallback templates | John Hawthorn | 2019-03-18 | 2 | -8/+32 |
| |/ / |
|
* | | | Merge pull request #35604 from jhawthorn/validate_mime_types | Eileen M. Uchitelle | 2019-03-19 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Raise exception when building invalid mime type | John Hawthorn | 2019-03-14 | 1 | -2/+2 |
* | | | Add regression test for HTML content in rails-ujs | razh | 2019-03-17 | 1 | -0/+11 |
* | | | Revert "Pass HTML responses as plain-text in rails-ujs" | razh | 2019-03-17 | 2 | -12/+1 |
* | | | 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 | 6 | -98/+13 |
|\ \ \ |
|
| * | | | Remove updated_at from Templates | John Hawthorn | 2019-03-15 | 4 | -18/+9 |
| * | | | Make Template::Resolver always cache | John Hawthorn | 2019-03-15 | 3 | -80/+4 |
| |/ / |
|
* / / | Rename `ActionView::Base#run` to `#_run` | Seb Jacobs | 2019-03-15 | 3 | -3/+3 |
|/ / |
|
* | | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 3 | -2/+7 |
|\ \ |
|
| * | | Prep release | eileencodes | 2019-03-11 | 3 | -2/+7 |
* | | | 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 |
* | | | | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text... | Kasper Timm Hansen | 2019-03-09 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | Added missing guide links in README documentation and minor wording fix [ci s... | ashishprajapati | 2019-03-10 | 1 | -0/+2 |
* | | | | | Revert an incorrect change in jquery-2.2.0.js | Sharang Dashputre | 2019-03-10 | 1 | -2/+2 |
* | | | | | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 1 | -1/+1 |
* | | | | | Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to... | Ryuta Kamizono | 2019-03-09 | 4 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 4 | -5/+5 |
* | | | | | | [ci skip] Minor documentation fixes for consistency | Shailesh Kalamkar | 2019-03-09 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Read the CSP nonce on page load | George Claghorn | 2019-03-08 | 2 | -4/+10 |
|/ / / / |
|
* | | | | [ci skip] Fix typos | Shailesh Kalamkar | 2019-03-07 | 1 | -1/+1 |
* | | | | Merge pull request #35429 from jhawthorn/template_format_nil | Aaron Patterson | 2019-03-01 | 8 | -17/+13 |
|\ \ \ \ |
|
| * | | | | Remove query_format argument from resolver | John Hawthorn | 2019-02-26 | 3 | -5/+5 |
| * | | | | Create templates with format=nil | John Hawthorn | 2019-02-26 | 5 | -7/+8 |
| * | | | | 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 |
|/ / / / |
|
* | | | | 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 |
|/ / / |
|