0
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 22 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Show command that failed as well as error in backtraces More... almost 13 years ago
Strip trailing whitespace before checking if length is zero More... almost 13 years ago
Revert to Open3.popen3 to get errors back More... almost 13 years ago
Move command back into pdf_from_string More... almost 13 years ago
Use IO.popen instead of Open3 More... almost 13 years ago
Update version to 0.7.0 More... about 13 years ago
Add example for properly displaying UTF-8 characters More... about 13 years ago
Updated link to wkhtmltopdf reference page More... about 13 years ago
Merge pull request #38 from chringzero/patch-1 More... about 13 years ago
Add documentation for automatically numbering pages using wkhtmltopdf's built in option. More... about 13 years ago
Merge pull request #37 from bjensen/master. More... about 13 years ago
Credit where credit is due. More... about 13 years ago
Removed has_rdoc to make .gemspec follow specification More... about 13 years ago
Add Rails3 compatible generator More... about 13 years ago
Revert use of capture3, but make binmode for non-ascii charsets More... about 13 years ago
Allow for passing locals into headers & footers More... about 13 years ago
Dry things up a touch More... about 13 years ago
Allow for using render_to_string More... about 13 years ago
Move header & footer prerendering into make_pdf More... about 13 years ago
Adjust formatting for some consistency More... about 13 years ago
Merge penguincoder's work More... about 13 years ago
Fix test checking for tempfile name More... about 13 years ago
Merge branch 'master' of https://github.com/nathanstitt/wicked_pdf into nathanstitt-master More... about 13 years ago
Always inline stylesheets with wicked_pdf_stylesheet_link_tag More... about 13 years ago
Add wicked_pdf_stylesheet_tag helper to inline a stylesheet from the filesystem More... about 13 years ago
Don't use file:// prefix on wicked_pdf_stylesheet_link_tag More... about 13 years ago
use binmode with Open3.capture to handle different character sets in ruby1.9 better More... about 13 years ago
ruby19 uses symbols for method names More... about 13 years ago
require tempfile More... about 13 years ago
Fixes to work around ruby v1.9 being much more aggressive about garbage collecting (and thereby deleting) tempfiles after they are no longer held by a varible. Is a good idea for 1.8 also, just not hit as easily More... about 13 years ago