推荐使用taobao_fu的sdk
地址如下:
https://github.com/why404/taobao_fu
我 fork的地址是
https://github.com/chucai/taobao_fu
但是无法直接使用,现在我总结一下我修改的地方。
1, for rails2.3.8
修改lib/rest.rb文件
不要使用 它的generator,直接copy taobao.xml 到 config 目录下
测试通过
2, for rails 3.2
修改 init.rb 文件
RAILS_ROOT -> Rails.root
RAILS_ENV -> Rails.env
lib/res.rb文件增加
地址如下:
https://github.com/why404/taobao_fu
我 fork的地址是
https://github.com/chucai/taobao_fu
但是无法直接使用,现在我总结一下我修改的地方。
1, for rails2.3.8
修改lib/rest.rb文件
require 'net/http'
不要使用 它的generator,直接copy taobao.xml 到 config 目录下
测试通过
2, for rails 3.2
修改 init.rb 文件
RAILS_ROOT -> Rails.root
RAILS_ENV -> Rails.env
lib/res.rb文件增加
require 'net/http'