Registry / networking / ooor
library2.4.0rbrubygemsunverified

OOOR exposes OpenERP business object proxies to your Ruby (Rails or not) application. It extends the standard ActiveResource API. Running on JRuby, OOOR also offers a convenient bridge between OpenERP and the Java eco-system

gem install ooor
INSTALL
IMPORT
SIG · OOOR
O
ooor
networkingrubyv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ooor
require 'ooor'

Connect to OpenERP and fetch users

require 'ooor' client = Ooor.new(url: 'http://localhost:8069', database: 'mydb', username: 'admin', password: 'admin') users = client[User].all puts users.first.name
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ooor — gem install ooor · libregistry