Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ruby on rails with liquid template

I am using Ruby on Rails 3.1.1 .

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

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

I need to make rails aware of .liquid template and such things.

like image 363
Roger Avatar asked Nov 26 '22 07:11

Roger


1 Answers

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

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

like image 158
James Chevalier Avatar answered Dec 26 '22 09:12

James Chevalier