Skip to content

Instantly share code, notes, and snippets.

View helmerj's full-sized avatar

Jürgen Helmers helmerj

  • WayFair GmbH
  • Berlin, Germany
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Action Controller: Exception caught</title>
<style>
body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
diff -rupN barcode-generator.orig//lib/barcode_generator.rb barcode-generator/lib/barcode_generator.rb
--- barcode-generator.orig//lib/barcode_generator.rb 2010-03-16 08:35:52.000000000 +0100
+++ barcode-generator/lib/barcode_generator.rb 2010-03-16 08:39:19.249560958 +0100
@@ -17,7 +17,7 @@ module ActionView
include ImageMagickWrapper
- VALID_BARCODE_OPTIONS = [:encoding_format, :output_format, :width, :height, :scaling_factor, :xoff, :yoff, :margin ]
+ VALID_BARCODE_OPTIONS = [:encoding_format, :output_format, :width, :height, :scaling_factor, :xoff, :yoff, :margin, :resolution , :antialias ]