This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.#README.rdoc | Mon May 25 12:46:20 -0700 2009 | |
| |
MIT-LICENSE | Mon May 25 12:46:20 -0700 2009 | |
| |
README.rdoc | Mon May 25 12:46:20 -0700 2009 | |
| |
Rakefile | Mon May 25 12:46:20 -0700 2009 | |
| |
init.rb | Mon May 25 12:46:20 -0700 2009 | |
| |
lib/ | Fri Sep 11 18:19:10 -0700 2009 | |
| |
test/ | Mon May 25 12:46:20 -0700 2009 |
README.rdoc
Validates Proper Liquid Syntax
An ActiveRecord validation that validates that a certain field conforms to Liquid syntax.
Example
class UserLiquidTemplate < ActiveRecord::Base
validates_proper_liquid_syntax :template
end
Requirements
This plugin requires the Liquid gem.
http://github.com/tobi/liquid
Copyright © 2009 Bruce Hauman, released under the MIT license







