public
Description: A sample application for playing around with some ESI ideas I had.
Clone URL: git://github.com/codahale/esi-blog.git
Added a fully-spec'd esi_include helper for views.
codahale (author)
Wed May 07 11:20:51 -0700 2008
commit  6a7fafc36790c5719d01298ec4393c8ca18840fd
tree    d8f9093ba5926d0d8e1c654372e632ed0d518e7e
parent  786f5fc33247af1c80950495f46bf6167fe11acb
...
1
2
3
 
 
 
4
...
1
 
2
3
4
5
6
0
@@ -1,2 +1,4 @@
0
 module Esi
0
-end
0
\ No newline at end of file
0
+end
0
+
0
+ActionView::Base.send(:include, Esi::ViewHelper)
0
\ No newline at end of file

Comments

    No one has commented yet.