saasramp icon indicating copy to clipboard operation
saasramp copied to clipboard

ActiveMerchant::Billing::Gateway (LoadError)

Open RodrigoEmygdio opened this issue 14 years ago • 0 comments

Hi,

I am testing the saasramp and after that I ran the ./script/generate saasramp .I get the following error:

/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:428:in load_missing_constant': Expected /usr/lib/ruby/gems/1.8/gems/active_merchant-1.5.2/lib/active_merchant/billing/gateway.rb to define ActiveMerchant::Billing::Gateway (LoadError) from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:77:inconst_missing' from /usr/lib/ruby/gems/1.8/gems/active_merchant-1.5.2/lib/active_merchant/billing/gateways/sallie_mae.rb:3 from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:70:in const_get' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:70:inlocal_constants' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:70:in each' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:70:inlocal_constants' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:68:in each' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:68:inlocal_constants' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/core_ext/module/introspection.rb:86:in local_constant_names' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:500:innew_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:497:in collect' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:497:innew_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `require' from /usr/lib/ruby/gems/1.8/gems/active_merchant-1.5.2/lib/active_merchant/billing/gateway.rb:1 ..................

Do you have any idea about this issues? There are some compatibility problem with active_suport. I believe that the erro began in some of initializer that was generated across of script saasramp. Thanks very much for your contribution and attention

RodrigoEmygdio avatar Jun 28 '11 11:06 RodrigoEmygdio