Marc L
unread,Jun 6, 2008, 2:26:54 PM6/6/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Active Merchant
Hi there,
I've been using AM as a plugin with great success for over a year.
Now I am revamping a site to use Rails 2.1, and I'm looking to use AM
as a gem. To accomplish this, I'm trying to work with the new gem
dependencies functionality. ActiveMerchant is the only gem giving me
problems. Has anyone tried using it this way? Below is the relevant
portion of my environment.rb as it currently stands.
Rails::Initializer.run do |config|
...
config.gem "ActiveMerchant", :lib => "active_merchant"
...
end
The line above, and every variation I can think of, fails to recognize
AM as an installed gem when I run "rake gems". Has anyone run into
this problem before? I'd appreciate any insight the good folks here
can offer.
Thank you!
-Marc