我无法弄清楚为什么在heroku服务器上我的应用程序崩溃了。在本地服务器上似乎都有效。
2012-08-01T17:14:50+00:00 app[web.1]: NameError (uninitialized constant Barby::Code128A):
2012-08-01T17:14:50+00:00 app[web.1]: app/models/order.rb:102:in `generate_shipment'
2012-08-01T17:14:50+00:00 app[web.1]: app/models/order.rb:60:in `generate_items'
2012-08-01T17:14:50+00:00 app[web.1]: app/controllers/orders_controller.rb:17:in `create'
我试图添加Procfile,但它也没有帮助我。 https://devcenter.heroku.com/articles/procfile/#deploying-to-heroku
答案 0 :(得分:1)
在使用之前,您可能需要单独使用code128a生成器。只需将以下行添加到您使用Barby::Code128A
require 'barby/barcode/code_128'