-
Unreleased
- View Diff- Remove unnecessary method
get_metadata
fromPrawnRailsHelper
which was getting included intoActionView::Base
- Remove unnecessary rescue in
PrawnRails.config
- Remove redundant method
PrawnRails::Document.extensions
- Remove unnecessary method
-
v1.4.2
- View Diff- Remove dependency on
railsties
and instead only depend onactionview
- Remove dependency on
-
v1.4.1
- View Diff -
v1.4.0
- View Diff- PR #41 - Depend on
railsties
instead ofrails
gem to avoid pulling in unnecessary dependencies such as action_cable, etc.
- PR #41 - Depend on
-
v1.3.0
- View Diff -
v1.2.1
- View Diff- PR #39 - Fix Rails 6 deprecation warning for single arity template handlers
- Remove unnecessary option logic from
prawn_document
method
-
v1.2.0
- View Diff- PR #31 - Use Prawn::Document.extensions in favor of custom plug-in loading. This removes all changes made in PR #29 and should behave much more appropriately now.
- Undo PR #29 - Use Prawn::Document.extensions in favor of custom plug-in loading
- PR #30 - Allow rendering in ActionMailer
-
v1.1.0
- View Diff- PR #29 - Require all installed prawn extensions
- Removed unnecessary
html_strip
helper method. If you were using this feature, instead use Rails built instrip_tags(html_str)
orActionView::Base.full_sanitizer.sanitize(html_str)
- Add legitimate tests
-
v1.0.1
- View Diff- Fix error when using
ActionController.render_to_string
- Fix error when using
-
v1.0.0
- View Diff- Support
@filename
- Set PDF Title metadata based on
@filename
if not specified - Fix for Ruby 1.9.3+
- Cleanup
- Support
-
v0.1.1
-
v0.1.0
-
v0.0.2
-
v0.0.1