Repository is archived
No commit activity in last 3 years
No release in over 3 years
Backported Render tag and related changes from Liquid master to work with 4.0.3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 4.0.3
~> 12.0
 Project Readme

Liquid::Render

Update: Liquid 5 is out now, thus rendering (haha) this gem unnecessary. I'll leave it up for the time being but there's really no more need for it.

This gem is simply a backport of code from the master branch of the Liquid gem to bring support for the render tag to Liquid v4.0.3 (the current version released on Rubygems).

Installation

# Gemfile
gem 'liquid'
gem 'liquid-render-tag'

Then require liquid-render-tag right after you require liquid.

Usage

Information about the render tag can be found in Shopify's Liquid Reference.

License

The gem is available as open source under the terms of the MIT License.