我在 Ubuntu 12.10 上使用带有 ruby 1.8.7 和 rails 3.0.7 的 gbarcode
在我的开发服务器中有 gbarcode 版本 0.98.20 可以工作并生成条形码。但是我的生产服务器上有 0.98.16 版本,它给出了以下错误:
ActionController::RoutingError (No route matches "/images/barcodes/ATL-00566.png")
现在我知道这听起来像是一个路由问题,但事实并非如此。问题是 rails 正在 images/barcodes 目录中寻找条形码 png 它不存在,因为版本 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)