Problem loading activemerchant using Bundler
Posted
by m7d
on Stack Overflow
See other posts from Stack Overflow
or by m7d
Published on 2010-04-17T22:09:23Z
Indexed on
2010/04/17
22:13 UTC
Read the original article
Hit count: 664
Hi -
I am using Merb. I can't seem to get activemerchant to load using Bundler. All my other gems load fine.
In my Gemfile I am using:
gem 'activemerchant', :require => 'active_merchant'
Here is the relevant error:
uninitialized constant ActiveMerchant::Billing::AuthorizedNetGateway
Anyone run into this or have any ideas?
Thanks ahead of time!
© Stack Overflow or respective owner