nucore-open
                                
                                 nucore-open copied to clipboard
                                
                                    nucore-open copied to clipboard
                            
                            
                            
                        Bump prawn-rails from 1.4.2 to 1.5.0
Bumps prawn-rails from 1.4.2 to 1.5.0.
Changelog
Sourced from prawn-rails's changelog.
Changelog
Unreleased- View Diff
- Nothing yet
v1.5.0- View Diff
- #52 - Add active_support as a dependency and use the active_support lazy load hooks
- #51 - Remove usage of openstruct for config object
- Remove unnecessary method
get_metadatafromPrawnRailsHelperwhich was getting included intoActionView::Base- Remove unnecessary rescue in
PrawnRails.config- Remove redundant method
PrawnRails::Document.extensions
v1.4.2- View Diff
- Remove dependency on
railstiesand instead only depend onactionview
v1.4.1- View Diff
- 7575606 - Complete switch to Railsties from [PR #41](cortiz/prawn-rails#41)
v1.4.0- View Diff
- [PR #41](cortiz/prawn-rails#41) - Depend on
railstiesinstead ofrailsgem to avoid pulling in unnecessary dependencies such as action_cable, etc.
v1.3.0- View Diff
- [PR #40](cortiz/prawn-rails#40) - Add
:filenameand:dispositionoptions for `prawn_document- [PR #40](cortiz/prawn-rails#40) - Do not override existing
Content-Dispositionheaders
v1.2.1- View Diff
- [PR #39](cortiz/prawn-rails#39) - Fix Rails 6 deprecation warning for single arity template handlers
- Remove unnecessary option logic from
prawn_documentmethod
v1.2.0- View Diff
- [PR #31](cortiz/prawn-rails#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](cortiz/prawn-rails#31) - Use Prawn::Document.extensions in favor of custom plug-in loading
- [PR #30](cortiz/prawn-rails#30) - Allow rendering in ActionMailer
v1.1.0- View Diff
- [PR #29](cortiz/prawn-rails#29) - Require all installed prawn extensions
- Removed unnecessary
html_striphelper 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
v1.0.0- View Diff
- Support
@filename- Set PDF Title metadata based on
@filenameif not specified- Fix for Ruby 1.9.3+
- Cleanup
v0.1.1
v0.1.0
... (truncated)
Commits
- 491fe69v1.5.0
- cb73450Make config object method_missing more robust
- 4f05404Fix flaky specs due to load order (#53)
- fea7b0fRemove usage of openstruct for config object
- 4d678a3Utilize activesupport lazy load hooks
- 1a6731dFix CI env variables
- db3c4a0Add Rails 7.2 to CI
- d2dfb89Add Ruby 3.3 to CI
- 19f0a6bFix CI badge
- 9352430Refractor CI, Add Rails 7.1 to CI
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)