From 30ccf95041a8cdc06b25bdf6022bdb3dcc35a0a0 Mon Sep 17 00:00:00 2001 From: Maarten van Vliet Date: Tue, 18 Aug 2015 16:29:43 +0200 Subject: [PATCH] Note on outdated documentation --- Getting-Liquid-to-Work-in-Rails.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Getting-Liquid-to-Work-in-Rails.md b/Getting-Liquid-to-Work-in-Rails.md index 8e34c8a..af1dbd6 100644 --- a/Getting-Liquid-to-Work-in-Rails.md +++ b/Getting-Liquid-to-Work-in-Rails.md @@ -1,4 +1,4 @@ -Liquid comes with a proper init.rb by default. +Liquid no longer comes with a rails template handler making the text below outdated, see this issue https://github.com/Shopify/liquid/issues/21 To start using liquid just extract it into vendor/plugins or better yet use the ./script/plugin script to install liquid. @@ -22,4 +22,4 @@ Liquid: ```liquid {{ 'This is a long section of text' | truncate: 3 }} #=> Thi... -``` +``` \ No newline at end of file