No release in over a year
Allows you to use .liquid templates in your views & ViewComponents.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 6.0
>= 0

Runtime

~> 5.0
~> 6.0
 Project Readme

LiquidRails

LiquidRails allows you to render Liquid templates in Ruby on Rails views & ViewComponents.

Installation

Add this line to your application's Gemfile:

group :test, :development do
  gem 'kit_liquid_rails'
end

Or, for a Ruby library, add this to your gemspec:

spec.add_dependency 'kit_liquid_rails'

And then run:

$ bundle install

Copyright & License

Copyright (c) 2021, Nathan Appere.

LiquidRails is licensed under MIT License.