public
Rubygem
Description: Liquid markup language. Save, customer facing template language for flexible web apps.
Homepage: http://www.liquidmarkup.org
Clone URL: git://github.com/tobi/liquid.git
Click here to lend your support to: liquid and make a donation at www.pledgie.com !
Ugly hack for compatibility with Rails 2.1, take two
stefanoc (author)
Wed Jun 04 08:22:47 -0700 2008
commit  82e5e8c188523336b1d5e58dd8a4153a0d5a0f05
tree    eaa46732d0a0c9a0a9727430d9f58ef831624b9b
parent  3ef9d2f4f94eb83c0f45489c75a3518bb91b4cea
...
24
25
26
 
 
 
 
27
28
...
24
25
26
27
28
29
30
31
32
0
@@ -24,4 +24,8 @@ class LiquidView
0
     liquid.render(assigns, :filters => [@action_view.controller.master_helper_module], :registers => {:action_view => @action_view, :controller => @action_view.controller})
0
   end
0
 
0
+ def compilable?
0
+ false
0
+ end
0
+
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.