You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:in
const_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:in
local_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:in
local_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:in
local_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:in
new_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:in
new_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
The text was updated successfully, but these errors were encountered: