使用 Bundler 加载 activemerchant 时出现问题
Posted
技术标签:
【中文标题】使用 Bundler 加载 activemerchant 时出现问题【英文标题】:Problem loading activemerchant using Bundler 【发布时间】:2011-02-09 06:07:42 【问题描述】:我正在使用 Merb。我似乎无法让 activemerchant 使用 Bundler 加载。我所有的其他宝石都加载正常。
在我正在使用的 Gemfile 中:
gem 'activemerchant', :require => 'active_merchant'
以下是相关错误:
uninitialized constant ActiveMerchant::Billing::AuthorizedNetGateway
有人遇到过这个问题或有什么想法吗?
提前谢谢!
【问题讨论】:
没关系,我想通了。 activemerchant 中表示 AuthorizeNetGateway 的符号已更改。只需要更新我的旧代码。 【参考方案1】:没关系,我想通了。 activemerchant 中表示 AuthorizeNetGateway 的符号已更改。只需要更新我的旧代码。
【讨论】:
以上是关于使用 Bundler 加载 activemerchant 时出现问题的主要内容,如果未能解决你的问题,请参考以下文章