Skip to content
  • John Hawthorn's avatar
    fb6b0a51
    Remove FallbackFileSystemResolver · fb6b0a51
    John Hawthorn authored
    This removes FallbackFileSystemResolver, LookupContext#with_fallbacks,
    and LookupContext.fallbacks.
    
    These used to exist to support `render file:`, and rendering templates
    outside of the defined view paths. `render file:` has since been changed
    to not use template resolution, and to only render absolute paths.
    
    These were no longer callable through any public API.
    fb6b0a51
    Remove FallbackFileSystemResolver
    John Hawthorn authored
    This removes FallbackFileSystemResolver, LookupContext#with_fallbacks,
    and LookupContext.fallbacks.
    
    These used to exist to support `render file:`, and rendering templates
    outside of the defined view paths. `render file:` has since been changed
    to not use template resolution, and to only render absolute paths.
    
    These were no longer callable through any public API.
Loading