Project

kangaroo

0.0
No commit activity in last 3 years
No release in over 3 years
ActiveRecord-ish OpenObject Wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0.0
>= 0
~> 0.0.2
 Project Readme

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

Development

Homepage: http://kangaroogem.org

SCM: https://github.com/kayoom/kangaroo

Issues: http://github.com/kayoom/kangaroo/issues

Rubygems: https://rubygems.org/gems/kangaroo