aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-2/+2
* Merge pull request #35959 from jhawthorn/unbound_templatesRafael França2019-04-154-14/+67
|\
| * Avoid duplication using _find_allJohn Hawthorn2019-04-121-11/+7
| * Support disabling cache for DigestorJohn Hawthorn2019-04-122-22/+37
| * De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-123-10/+52
* | Squash `warning: instance variable @filename not initialized`utilum2019-04-121-1/+1
|/
* Remove FileTemplateJohn Hawthorn2019-04-043-14/+3
* Deprecate Template#refreshJohn Hawthorn2019-04-041-19/+1
* Add ActionView::Template::Sources::FileJohn Hawthorn2019-04-044-24/+38
* Don't call Template#refreshJohn Hawthorn2019-04-041-6/+1
* Don't discard source after renderingJohn Hawthorn2019-04-041-3/+0
* Fix arity warning for template handlerslocalhostdotdev2019-04-041-3/+3
* Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-031-13/+20
|\
| * Fix partial caching ignore repeated items issuest00122019-04-041-13/+20
* | Fix checking for template variants when using the ActionView::FixtureResolverEdward Rudd2019-04-031-2/+2
* | Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-035-30/+25
|\ \ | |/ |/|
| * Always reject files external to appJohn Hawthorn2019-04-035-30/+25
* | [ci skip] Updated the doc after renaming Template::File -> Template::RawFile ...Abhay Nikam2019-04-021-1/+1
* | Rename File to RawFileCliff Pruitt2019-04-015-5/+5
|/
* Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-015-7/+53
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-012-2/+2
* Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_pathKasper Timm Hansen2019-03-311-0/+1
|\
| * Deprecate render layout with an absolute pathJohn Hawthorn2019-03-291-0/+1
* | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-305-4/+38
|\ \ | |/ |/|
| * Introduce Template::File as new render file:John Hawthorn2019-03-275-4/+38
* | Fix annotated typoPrathamesh Sonpatki2019-03-292-3/+3
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-282-1/+29
|\ \ | |/ |/|
| * Add handling and tests.Eli Rose2019-02-172-1/+29
* | Merge pull request #35758 from Shigeyuki-fukuda/aligned_order_of_argumentRafael França2019-03-261-2/+2
|\ \
| * | Aligned the order of the arguments of render_template and render_with_layoutShigeyuki-fukuda2019-03-271-2/+2
* | | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-261-39/+11
|/ /
* | Merge pull request #35661 from jhawthorn/lookup_context_validationEileen M. Uchitelle2019-03-202-1/+9
|\ \
| * | Don't compact formatsJohn Hawthorn2019-03-191-1/+1
| * | Avoid assigning [nil] to formatsJohn Hawthorn2019-03-191-1/+1
| * | Rename invalid_types to invalid_valuesJohn Hawthorn2019-03-181-3/+3
| * | Raise in LookupContext#formats= on invalid formatJohn Hawthorn2019-03-181-0/+5
| * | Make uniq in LookupContext#formats=John Hawthorn2019-03-181-0/+2
| * | Ignore nil in LookupContext#formats=John Hawthorn2019-03-181-0/+1
* | | Re-add Template#updated_at as deprecatedJohn Hawthorn2019-03-192-6/+13
* | | Remove virtual_path from fallback templatesJohn Hawthorn2019-03-181-8/+16
|/ /
* | Ruby 2.4 and later support native Unicode case mappingsRyuta Kamizono2019-03-181-1/+1
* | Merge pull request #35623 from jhawthorn/actionview_cacheAaron Patterson2019-03-154-48/+11
|\ \
| * | Remove updated_at from TemplatesJohn Hawthorn2019-03-154-18/+9
| * | Make Template::Resolver always cacheJohn Hawthorn2019-03-151-30/+2
* | | Rename `ActionView::Base#run` to `#_run`Seb Jacobs2019-03-153-3/+3
|/ /
* | Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-1/+1
|\ \
| * | Prep releaseeileencodes2019-03-111-1/+1
* | | Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-112-4/+4
* | | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\ \ \
| * | | Ruby 2.7 warning: creating a Proc without a blockutilum2019-02-131-2/+2