Skip to content

Add support for Liquid templates in Ruby on Rails.

License

Notifications You must be signed in to change notification settings

rubykit/liquid_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Add support for Liquid templates in Ruby on Rails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages