Displaying 1 result from an estimated 1 matches for "credi".
Did you mean:
credit
2006 May 17
0
Problem with ''require xmlsimple'' in vendor code
...singSourceFile)
I''ve tried adding in "require ''rubygems''" before the "require ''xmlsimple''"
but to no avail.
The file that requires the xmlsimple gem lives in
vendor/payment-1.0.1a/lib/payment
which is a hacked version of the Payment credi card processing module so
that it works with another gateway.
My dispatcg.fcgi has this line: require File.dirname(__FILE__) +
"/../config/environment"
but am not sure if this relevant.
I''ve also added the following line to config/environment.rb:
config.load_paths += %W( #{R...