| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap actionview cache expiry in a mutex | John Hawthorn | 2019-05-21 | 1 | -8/+11 |
* | Correct human file size examples [ci skip] | Alexander Graul | 2019-05-20 | 1 | -1/+1 |
* | Remove useless find_partial method | st0012 | 2019-05-07 | 1 | -5/+1 |
* | Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout... | Rafael França | 2019-05-01 | 3 | -8/+7 |
|\ |
|
| * | Removed unused layout attribute from RenderedTemplate | Abhay Nikam | 2019-03-09 | 3 | -8/+7 |
* | | `@controller` may not be defined here, and if so, it causes a Ruby warning | Akira Matsuda | 2019-05-01 | 1 | -1/+1 |
* | | Fixes grammar in comments on tag_name and tag_id | Michael Bock | 2019-04-25 | 1 | -2/+2 |
* | | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -2/+2 |
* | | Merge pull request #35959 from jhawthorn/unbound_templates | Rafael França | 2019-04-15 | 4 | -14/+67 |
|\ \ |
|
| * | | Avoid duplication using _find_all | John Hawthorn | 2019-04-12 | 1 | -11/+7 |
| * | | Support disabling cache for Digestor | John Hawthorn | 2019-04-12 | 2 | -22/+37 |
| * | | De-dup Templates, introduce UnboundTemplate | John Hawthorn | 2019-04-12 | 3 | -10/+52 |
* | | | Squash `warning: instance variable @filename not initialized` | utilum | 2019-04-12 | 1 | -1/+1 |
|/ / |
|
* | | Remove FileTemplate | John Hawthorn | 2019-04-04 | 3 | -14/+3 |
* | | Deprecate Template#refresh | John Hawthorn | 2019-04-04 | 1 | -19/+1 |
* | | Add ActionView::Template::Sources::File | John Hawthorn | 2019-04-04 | 4 | -24/+38 |
* | | Don't call Template#refresh | John Hawthorn | 2019-04-04 | 1 | -6/+1 |
* | | Don't discard source after rendering | John Hawthorn | 2019-04-04 | 1 | -3/+0 |
* | | Fix arity warning for template handlers | localhostdotdev | 2019-04-04 | 1 | -3/+3 |
* | | Merge pull request #35145 from st0012/fix-35114 | Rafael França | 2019-04-03 | 1 | -13/+20 |
|\ \ |
|
| * | | Fix partial caching ignore repeated items issue | st0012 | 2019-04-04 | 1 | -13/+20 |
* | | | Fix checking for template variants when using the ActionView::FixtureResolver | Edward Rudd | 2019-04-03 | 1 | -2/+2 |
* | | | Merge pull request #35825 from jhawthorn/always_filter_view_paths | Eileen M. Uchitelle | 2019-04-03 | 5 | -30/+25 |
|\ \ \
| |/ /
|/| | |
|
| * | | Always reject files external to app | John Hawthorn | 2019-04-03 | 5 | -30/+25 |
* | | | [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 | 5 | -5/+5 |
|/ / |
|
* | | Only clear template caches in dev after changes (#35629) | John Hawthorn | 2019-04-01 | 5 | -7/+53 |
* | | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 2 | -2/+2 |
* | | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path | Kasper Timm Hansen | 2019-03-31 | 1 | -0/+1 |
|\ \ |
|
| * | | Deprecate render layout with an absolute path | John Hawthorn | 2019-03-29 | 1 | -0/+1 |
* | | | Merge pull request #35688 from jhawthorn/render_file_rfc | Aaron Patterson | 2019-03-30 | 5 | -4/+38 |
|\ \ \
| |/ /
|/| | |
|
| * | | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 5 | -4/+38 |
* | | | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 2 | -3/+3 |
* | | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors... | Rafael França | 2019-03-28 | 2 | -1/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add handling and tests. | Eli Rose | 2019-02-17 | 2 | -1/+29 |
* | | | Merge pull request #35758 from Shigeyuki-fukuda/aligned_order_of_argument | Rafael França | 2019-03-26 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Aligned the order of the arguments of render_template and render_with_layout | Shigeyuki-fukuda | 2019-03-27 | 1 | -2/+2 |
* | | | | Deprecate custom patterns for PathResolver | John Hawthorn | 2019-03-26 | 1 | -39/+11 |
|/ / / |
|
* | | | Merge pull request #35661 from jhawthorn/lookup_context_validation | Eileen M. Uchitelle | 2019-03-20 | 2 | -1/+9 |
|\ \ \ |
|
| * | | | Don't compact formats | John Hawthorn | 2019-03-19 | 1 | -1/+1 |
| * | | | Avoid assigning [nil] to formats | John Hawthorn | 2019-03-19 | 1 | -1/+1 |
| * | | | 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 | 1 | -0/+5 |
| * | | | Make uniq in LookupContext#formats= | John Hawthorn | 2019-03-18 | 1 | -0/+2 |
| * | | | Ignore nil in LookupContext#formats= | John Hawthorn | 2019-03-18 | 1 | -0/+1 |
* | | | | Re-add Template#updated_at as deprecated | John Hawthorn | 2019-03-19 | 2 | -6/+13 |
* | | | | Remove virtual_path from fallback templates | John Hawthorn | 2019-03-18 | 1 | -8/+16 |
|/ / / |
|
* | | | 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 |