public
Description: A library for safe evaluation of Ruby code based on ParseTree/RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml.
Homepage: http://www.artweb-design.de
Clone URL: git://github.com/svenfuchs/safemode.git
patch ActionView to allow conditional template handler registration
svenfuchs (author)
Sat May 03 09:48:05 -0700 2008
commit  5263221ead9b756181d61823c03718febb9521ee
tree    48e27edfd9c29bc3e1442db50ae5cb79c022f0fd
parent  0e5a84136035c3fe8dceb51b657e8be6f1007f20
...
1
2
 
 
 
3
...
 
1
2
3
4
5
0
@@ -1 +1,3 @@
0
-require 'safemode'
0
\ No newline at end of file
0
+require 'safemode'
0
+
0
+require 'action_view/conditional_template_handler' if Object.const_defined?('ActionView')
0
\ No newline at end of file

Comments

    No one has commented yet.