| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #35959 from jhawthorn/unbound_templates | Rafael França | 2019-04-15 | 1 | -12/+32 |
|\ |
|
| * | Avoid duplication using _find_all | John Hawthorn | 2019-04-12 | 1 | -11/+7 |
| * | Support disabling cache for Digestor | John Hawthorn | 2019-04-12 | 1 | -20/+35 |
| * | De-dup Templates, introduce UnboundTemplate | John Hawthorn | 2019-04-12 | 1 | -10/+19 |
* | | Squash `warning: instance variable @filename not initialized` | utilum | 2019-04-12 | 1 | -1/+1 |
|/ |
|
* | Remove FileTemplate | John Hawthorn | 2019-04-04 | 1 | -1/+3 |
* | Add ActionView::Template::Sources::File | John Hawthorn | 2019-04-04 | 2 | -0/+30 |
* | Fix arity warning for template handlers | localhostdotdev | 2019-04-04 | 1 | -3/+3 |
* | Merge pull request #35825 from jhawthorn/always_filter_view_paths | Eileen M. Uchitelle | 2019-04-03 | 1 | -14/+15 |
|\ |
|
| * | Always reject files external to app | John Hawthorn | 2019-04-03 | 1 | -14/+15 |
* | | [ci skip] Updated the doc after renaming Template::File -> Template::RawFile ... | Abhay Nikam | 2019-04-02 | 1 | -1/+1 |
* | | Rename File to RawFile | Cliff Pruitt | 2019-04-01 | 2 | -2/+2 |
|/ |
|
* | Only clear template caches in dev after changes (#35629) | John Hawthorn | 2019-04-01 | 1 | -0/+2 |
* | Merge pull request #35688 from jhawthorn/render_file_rfc | Aaron Patterson | 2019-03-30 | 2 | -1/+29 |
|\ |
|
| * | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 2 | -1/+29 |
* | | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 1 | -2/+2 |
* | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors... | Rafael França | 2019-03-28 | 1 | -0/+20 |
|\ \
| |/
|/| |
|
| * | Add handling and tests. | Eli Rose | 2019-02-17 | 1 | -0/+20 |
* | | Deprecate custom patterns for PathResolver | John Hawthorn | 2019-03-26 | 1 | -39/+11 |
* | | Remove virtual_path from fallback templates | John Hawthorn | 2019-03-18 | 1 | -8/+16 |
* | | Merge pull request #35623 from jhawthorn/actionview_cache | Aaron Patterson | 2019-03-15 | 1 | -37/+3 |
|\ \ |
|
| * | | Remove updated_at from Templates | John Hawthorn | 2019-03-15 | 1 | -7/+1 |
| * | | Make Template::Resolver always cache | John Hawthorn | 2019-03-15 | 1 | -30/+2 |
* | | | Rename `ActionView::Base#run` to `#_run` | Seb Jacobs | 2019-03-15 | 1 | -1/+1 |
|/ / |
|
* | | Remove query_format argument from resolver | John Hawthorn | 2019-02-26 | 1 | -2/+2 |
* | | Create templates with format=nil | John Hawthorn | 2019-02-26 | 1 | -2/+2 |
* | | 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 |
* | | Don't mutate `virtual_path`, remove `decorate` | Aaron Patterson | 2019-02-25 | 1 | -14/+2 |
* | | Pass locals in to the template object on construction | Aaron Patterson | 2019-02-25 | 1 | -8/+11 |
* | | Remove potential `variants` mutation in `decorate` | Aaron Patterson | 2019-02-25 | 1 | -1/+0 |
* | | Templates have one format | Aaron Patterson | 2019-02-25 | 2 | -8/+19 |
* | | Dereference the format type before template construction | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
* | | Always pass a format to the ActionView::Template constructor | Aaron Patterson | 2019-02-25 | 1 | -5/+13 |
* | | Add a finalizer to inline templates | Aaron Patterson | 2019-02-22 | 1 | -0/+22 |
* | | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 1 | -1/+1 |
|/ |
|
* | Turn lookup context in to a stack, push and pop if formats change | Aaron Patterson | 2019-02-11 | 1 | -1/+1 |
* | Take in to account optional arguments when deprecating | Aaron Patterson | 2019-02-04 | 1 | -1/+1 |
* | Pass source to template handler and deprecate old style handler | Aaron Patterson | 2019-02-01 | 5 | -11/+37 |
* | Introduce a file type template, deprecate `Template#refresh` | Aaron Patterson | 2019-02-01 | 1 | -2/+1 |
* | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 1 | -1/+1 |
* | Pull buffer assignment up | Aaron Patterson | 2019-01-16 | 1 | -1/+1 |
* | Always evaluate views against an ActionView::Base | Aaron Patterson | 2019-01-16 | 1 | -4/+6 |
* | Pull output buffer conditional up | Aaron Patterson | 2019-01-16 | 1 | -1/+3 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -2/+2 |
* | use match? | pavel | 2018-12-12 | 1 | -1/+1 |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -2/+2 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
* | Fix for variants: :any special case | John Hawthorn | 2018-09-12 | 1 | -1/+3 |
* | Use wildcard glob for optimized template resolving | John Hawthorn | 2018-09-12 | 1 | -13/+51 |