我在Ubuntu 12.10上使用带有ruby 1.8.7的gbarcode和rails 3.0.7
在我的开发服务器中有gbarcode版本0.98.20可以工作并生成条形码。但是我的生产服务器上有0.98.16版本,它出现以下错误:
ActionController::RoutingError (No route matches "/images/barcodes/ATL-00566.png")
现在我知道这听起来像路由问题,但事实并非如此。问题是rails正在寻找图像/条形码中的条形码png dir它不存在,因为版本0.98.16没有生成它。
我尝试在我的生产系统上安装0.98.20,但是我收到以下错误:
extconf.rb:10: GNU Barcode is no longer bundled with the gbarcode gem. Please install GNU barcode before installing this gem (Exception)
答案 0 :(得分:0)
问题出在Windows中的ImageMagick上。 gbarcode 0.98.16与0.98.20一样有效。