aboutsummaryrefslogtreecommitdiffstats
path: root/lib/attachment_to_html/attachment_to_html.rb
Commit message (Collapse)AuthorAgeLines
* Dynamically inject AttachmentToHTML::View contentGareth Rees2014-04-07-1/+5
|
* Remove redundant AttachmentToHTML::HTMLGareth Rees2014-04-07-1/+0
|
* Update AttachmentToHTML for new View classGareth Rees2014-04-07-6/+7
|
* Add an AttachmentToHTML::View to deal with renderingGareth Rees2014-04-07-0/+1
|
* Add AttachmentToHTML libraryGareth Rees2014-03-28-0/+41
Extracts the attachment processing from FoiAttachment#body_to_html AttachmentToHTML contains adapters which convert - text/plain - application/pdf - application/rtf Results are returned as an AttachmentHTML::HTML instance which contains the raw HTML and other metadata about the conversion.