redmine/vendor/plugins/rfpdf/init.rb
Toshi MARUYAMA 09c305d29f Rails3.2: pdf: comment out ::ActionView::TemplateHandlers::ERB of rfpdf plugin (#4796)
ActionView::TemplateHandlers is deprecated on Rails3.2
and Redmine cannot boot on Rails3.2.
Redmine does not use this rfpdf plugin feature.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8702 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-01-26 05:15:40 +00:00

12 lines
272 B
Ruby

begin
require('htmlentities')
rescue LoadError
# This gem is not required - just nice to have.
end
require('cgi')
require 'rfpdf'
# Mime::Type.register "application/pdf", :pdf
# ActionView::Template::register_template_handler 'rfpdf', RFPDF::TemplateHandlers::Base