public
Description: Adds pdf-writer support to Rails. The original project is outdated. This fork supports 2.3.2 and adds a few other goodies.
Homepage: http://rubyforge.org/projects/railspdfplugin/
Clone URL: git://github.com/pelargir/railspdf.git
removed debugging line
Matthew Bass (author)
Mon Jun 09 15:40:32 -0700 2008
commit  70c172d21c0021de670eda564aea6902c60ef683
tree    faa10545e1ae921925d0eee2a82416e9b1569233
parent  95794bfb0b4b88725e51e0e4a339557bd41d71ff
...
48
49
50
51
52
53
54
55
...
48
49
50
 
 
51
52
53
0
@@ -48,8 +48,6 @@ module RailsPDF
0
       end
0
        pdf.compressed = true if RAILS_ENV != 'development'
0
        
0
-       File.open("foo.txt",File::CREAT|File::TRUNC|File::RDWR).write(template.source)
0
-       
0
       eval template.source, nil, "#{@action_view.base_path}/#{@action_view.first_render}.#{@action_view.finder.pick_template_extension(@action_view.first_render)}" 
0
        pdf.render
0
     end

Comments