0
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 20 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a gemspec More... almost 14 years ago
Add railtie, should work with rails3 as well More... almost 14 years ago
-q flag should be passed first for newer versions of wkhtml2pdf More... almost 14 years ago
Use Rails.root && Rails.env More... almost 14 years ago
explain layout parameter More... almost 14 years ago
fix show_as_html More... almost 14 years ago
make content-disposition configurable More... almost 14 years ago
ruby 1.9 compatible case/when More... almost 14 years ago
option to not send the pdf file (:save_only => true) More... almost 14 years ago
Adds save_to_file option. For example: :save_to_file => "#{RAILS_ROOT}/private/pdf/file_#{Time.now.strftime('%y%m%d%H%M%S')}.pdf" More... almost 14 years ago
Add a VERSION.yml (0.5.4, I guess.) More... almost 14 years ago
Removed WICKED_PDF global configuration constant and replaced it with a WickedPdf.config class attribute. Avoids exceptions thrown when WICKED_PDF is not defined by an initializer. More... about 14 years ago
Updated WickedPdfTest to use temp files when checking behvior related to the permissions of a file, rather than relying on a blank wkhtmltopdf file existing in the test directorry More... about 14 years ago
Added parentheses to method definitions More... about 14 years ago
Refactored WickedPdf and WickedPdfTest for readability. No functional changes. More... about 14 years ago
Moved option-parsing code out of PdfHelper and into WickedPdf in order to make the WickedPdf class more useful for rendering PDFs outside of a rails controller context. Extracted pre-rendering of template-based header and footer blocks into a PdfHelper private method that takes an options hash containing options[:header||:footer][:html][:template] and returns a new options hash that instead contains options[:header||:footer][:html][:url] attributes which point at the rendered files. More... about 14 years ago
Add link to Andreas Happe's article in README More... about 14 years ago
Merge remote branch 'lleirborras/master' More... over 14 years ago
change nil? -> blank? More... over 14 years ago
Refactorized, added many new tests and a helper More... over 14 years ago
Merge branch 'master' of [email protected]:lleirborras/wicked_pdf More... over 14 years ago
adding missing files from previous commit More... over 14 years ago
changed spec tests to Test Unit Assertions and added more tests More... over 14 years ago
Modify css example More... over 14 years ago
Undo minor bug commit eff6ff1d8bc1418956ad25c31ef5157c3cd4b116 More... over 14 years ago
Merge commit 'jumzies/master' More... over 14 years ago
Minor bug More... over 14 years ago
Added nil check in PdfHelper#parse_margins. Also corrected a typo. More... over 14 years ago
Adjusted README after merge with jcrisp More... over 14 years ago
Merge remote branch 'jcrisp/master' into jcrisp-request More... over 14 years ago