magentor
magentor copied to clipboard
Ruby wrapper for the magento xmlrpc api
Hi @pstuteville, You did a great job with your gem. I've been trying to use some filters, but had no luck. Could you provide me some example of using simple...
Simple change to pass in use_ssl to the XML-RPC client object if port is 443
Classes were not loading because the directory name was not "magentor". Simply renaming worked to fix it.
/home/pierre/.rvm/gems/ruby-1.9.2-p136/bundler/gems/magentor-6478981c31b5/lib/magentor.rb:15: warning: already initialized constant ENABLE_NIL_PARSER /home/pierre/.rvm/gems/ruby-1.9.2-p136/bundler/gems/magentor-6478981c31b5/lib/magentor.rb:16: warning: already initialized constant ENABLE_NIL_CREATE Warning when launch my app.
I am not sure the gem is working or I am doing something incorrect. I can't seem to get this installed properly. Any assistance would be appreciated.
I am using Rails 3.1.3 and after I installed the gem and added connection information in initializers directory, I tried to call Magento::Customer and other API calls. But I got...
Magento can be very slow, so it could be cool to add the timeout for the XML RPC client as a config variable. I modified the gem to use XMLRPC.Client.new3...
in magentor / lib / magento / product_media.rb create return the path of the image. So you can't call : record = info(id)
Why don't you rename the path magento => magentor and the module magento => magentor ? I need to require manualy each api. Pierre