Skip to content

Commit

Permalink
removing Raw template hendler as it is experimental and out of date
Browse files Browse the repository at this point in the history
  • Loading branch information
forrest committed Sep 13, 2011
1 parent 601fe15 commit fc0bdc1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 207 deletions.
2 changes: 0 additions & 2 deletions lib/prawnto.rb
Expand Up @@ -8,7 +8,6 @@ module Prawnto
module TemplateHandlers
autoload :Base, 'prawnto/template_handlers/base'
autoload :Dsl, 'prawnto/template_handlers/dsl'
autoload :Raw, 'prawnto/template_handlers/raw'
end

module TemplateHandler
Expand All @@ -22,7 +21,6 @@ def enable
Mime::Type.register "application/pdf", :pdf unless defined?(Mime::PDF)
ActionView::Template.register_template_handler 'prawn', Prawnto::TemplateHandlers::Base
ActionView::Template.register_template_handler 'prawn_dsl', Prawnto::TemplateHandlers::Dsl
ActionView::Template.register_template_handler 'prawn_xxx', Prawnto::TemplateHandlers::Raw
end
end

Expand Down
42 changes: 0 additions & 42 deletions lib/prawnto/template_handlers/raw.rb

This file was deleted.

163 changes: 0 additions & 163 deletions test/raw_template_handler_test.rb

This file was deleted.

0 comments on commit fc0bdc1

Please sign in to comment.