| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix deprecation warnings and call super | Aaron Patterson | 2019-02-06 | 1 | -2/+2 |
* | Fix some typos! | Aaron Patterson | 2019-02-06 | 2 | -1/+5 |
* | Add a message to help allocate AV::Base instances | Aaron Patterson | 2019-02-06 | 1 | -1/+5 |
* | Deprecate finalizer configuration (it doesn't do anything) | Aaron Patterson | 2019-02-06 | 3 | -0/+28 |
* | Rename method so it is more descriptive | Aaron Patterson | 2019-02-06 | 1 | -3/+3 |
* | Pull generated methods up in to the anonymous subclass | Aaron Patterson | 2019-02-06 | 2 | -13/+7 |
* | 🚨 Make the cops happy 🚨 | Aaron Patterson | 2019-02-06 | 3 | -3/+3 |
* | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 2 | -23/+0 |
* | Regenerate AV::Base subclass when DetailsKey gets cleared | Aaron Patterson | 2019-02-06 | 2 | -3/+29 |
* | Move templates to an anonymous subclass of AV::Base | Aaron Patterson | 2019-02-06 | 12 | -35/+75 |
* | Merge pull request #35171 from rails/speed-up-partials | Aaron Patterson | 2019-02-05 | 2 | -18/+40 |
|\ |
|
| * | Speed up partial rendering by caching "variable" calculation | Aaron Patterson | 2019-02-05 | 2 | -18/+40 |
* | | Merge branch 'float_dom_ids' | Gannon McGibbon | 2019-02-05 | 3 | -5/+27 |
|\ \ |
|
| * | | Fix unique DOM IDs for collection inputs | Mark Edmondson | 2019-01-25 | 3 | -5/+26 |
* | | | Merge pull request #35166 from znz/improve-regexp | Aaron Patterson | 2019-02-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Improve regexp of `html_safe_translation_key?` | Kazuhiro NISHIYAMA | 2019-02-05 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 2 | -3/+25 |
|/ / |
|
* | | Take in to account optional arguments when deprecating | Aaron Patterson | 2019-02-04 | 2 | -1/+10 |
* | | Pass source to template handler and deprecate old style handler | Aaron Patterson | 2019-02-01 | 10 | -21/+55 |
* | | Introduce a file type template, deprecate `Template#refresh` | Aaron Patterson | 2019-02-01 | 4 | -3/+47 |
* | | use the source returned from encode! | Aaron Patterson | 2019-01-31 | 1 | -3/+5 |
* | | add tests to make sure deprecated API is still supported | Aaron Patterson | 2019-01-31 | 2 | -2/+14 |
* | | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 11 | -22/+55 |
* | | Remove `with_layout_format` delegation | Aaron Patterson | 2019-01-28 | 1 | -1/+1 |
* | | Cache the digest path on the stack. | Aaron Patterson | 2019-01-28 | 1 | -7/+5 |
* | | Pull `@template` in to a local variable | Aaron Patterson | 2019-01-28 | 3 | -25/+24 |
* | | Remove default parameters from method signature | Aaron Patterson | 2019-01-28 | 1 | -4/+2 |
* | | Remove `@view` instance variable from the partial renderer | Aaron Patterson | 2019-01-28 | 2 | -25/+24 |
* | | Remove `find_template` and `find_file` delegate methods | Aaron Patterson | 2019-01-28 | 1 | -1/+1 |
* | | Deprecate `with_fallbacks` using a block | Aaron Patterson | 2019-01-28 | 3 | -15/+42 |
* | | Make `@view_paths` on the lookup context mostly read-only | Aaron Patterson | 2019-01-28 | 2 | -17/+17 |
* | | Remove method named "hash" | Aaron Patterson | 2019-01-28 | 2 | -8/+10 |
* | | Add CHANGELOG entries for npm package renames [ci skip] | Javan Makhmali | 2019-01-28 | 1 | -0/+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 | 2 | -11/+1 |
* | | Prefer ImageProcessing's resize_to_limit macro over resize_to_fit | George Claghorn | 2019-01-24 | 1 | -5/+5 |
* | | Pass the view around instead of using an ivar | Aaron Patterson | 2019-01-23 | 2 | -9/+7 |
* | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 7 | -23/+32 |
|\ \ |
|
| * | | Ask the view for its method container | Aaron Patterson | 2019-01-18 | 2 | -5/+5 |
| * | | Directly include "CompiledTemplates" module | Aaron Patterson | 2019-01-18 | 2 | -5/+6 |
| * | | Only cache the view_context_class in one place | Aaron Patterson | 2019-01-18 | 1 | -3/+1 |
| * | | Pull up virtual path assignment | Aaron Patterson | 2019-01-16 | 2 | -5/+3 |
| * | | Pull buffer assignment up | Aaron Patterson | 2019-01-16 | 2 | -1/+2 |
| * | | Always evaluate views against an ActionView::Base | Aaron Patterson | 2019-01-16 | 5 | -9/+18 |
| * | | Pull output buffer conditional up | Aaron Patterson | 2019-01-16 | 2 | -2/+4 |
* | | | Single new line is not rendered as new line in the CHANGELOG.md | Ryuta Kamizono | 2019-01-19 | 1 | -3/+4 |
| |/
|/| |
|
* | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 3 | -2/+4 |
* | | Remove deprecated image_alt helper | Rafael Mendonça França | 2019-01-17 | 3 | -43/+4 |
* | | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 1 | -2/+1 |
|/ |
|
* | Fix typo in collection_radio_buttons spec [ci skip] | Alberto Almagro | 2019-01-11 | 1 | -1/+1 |