-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Prawn in an environment where assets are served dynamically can be painful. This aims to solve it. For instance, it is convenient to use Rails' ActionController helper asset_path to retrieve a specific image. Trying to come up with rules to assess the asset relative path looks brittle. Precisely, frameworks like the Asset Pipeline solves this. However, Prawn lacks support for these scenarios.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters