Ruby on rails with a liquid pattern

I am using Ruby on Rails 3.1.1.

I am trying to use liquid. My file names are view / users / index.html.liquid

I am looking for good documentation / blog or working cms etc. to see how to make it work.

I need the rails to know about the .liquid template, etc.

+4
source share
2 answers

You can learn about using Liquid with Rails in RailsCast # 118 Liquid .

Shopify also has this wiki entry to get Liquid to work in Rails.

0
source

You can start training from this guide:

0
source

All Articles