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 (c) 2021, Nathan Appere.

LiquidRails is licensed under MIT License.