This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












NameError in SalesController#create
undefined local variable or method `logger' for #<ActiveMerchant::Billing::AuthorizeNetGateway:0x37cad14>
RAILS_ROOT: /Users/roberthead/Documents/rails/shopdragon
Application Trace | Framework Trace | Full Trace
/Users/roberthead/Documents/rails/shopdragon/vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb:36:in
ssl_request' /Users/roberthead/Documents/rails/shopdragon/vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb:26:inssl_post' /Users/roberthead/Documents/rails/shopdragon/vendor/gems/activemerchant-1.4.2/lib/active_merchant/billing/gateways/authorize_net.rb:239:in `commit'I fixed my problem by removing /vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb
which was conflicting with the same file found in the activemerchant (1.4.2) gem.
It turns out removing posts_data.rb created other problems.
Still looking for a solution. git checkout link above takes me to a broken page.