Sha256: 3129a157085587fca75b9711a0731c2dbf7f0de53afbaad0c5281b8896790c8a
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
Kangaroo ======== Overview -------- Kangaroo is an OpenObject client/wrapper for Ruby, based on ActiveModel. It provides CRUD access to OpenERP objects via XMLRPC. It's fast and provides a lot of neat features. Documentation and Feedback -------------------------- Please give us some feedback especially on the documentation, which surely requires a lot of work. Quick Start ----------- gem install kangaroo kang -u admin -p admin -d some_database > Oo::Res::Country.limit(5).order(:name).all # +------+-----------------------------+ # | code | name | # +------+-----------------------------+ # | DZ | Algeria | # | AS | American Samoa | # | AD | Andorra, Principality of | # | AO | Angola | # | AI | Anguilla | # +------+-----------------------------+ [a lot more here](http://kangaroogem.org) Development ----------- Homepage: [http://kangaroogem.org](http://kangaroogem.org) SCM: [https://github.com/kayoom/kangaroo](https://github.com/kayoom/kangaroo) Issues: [http://github.com/kayoom/kangaroo/issues](http://github.com/kayoom/kangaroo/issues) Rubygems: [https://rubygems.org/gems/kangaroo](https://rubygems.org/gems/kangaroo)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kangaroo-0.1.0.alpha1 | README.md |