Posts
-
ooor
Odoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward
Let’s test ooor in an irb console (irb command):
require 'rubygems' require 'ooor' Ooor.new(:url => 'http://localhost:8069/xmlrpc', :database => 'mybase', :username => 'admin', :password => 'admin')This should load all your Odoo models into Ruby proxy Activeresource objects. Of course there are option to load only some models. Let’s try to retrieve the user with id 1:
ResUsers.find(1)(in case you have an error like “no such file to load – net/https”, then on Debian/Ubuntu, you might need to do before: apt-get install libopenssl-ruby)
Tags: #ruby • odoo • rails
-
plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
We are developing a draft Roadmap for
plots2and our broader Public Lab code projects; read more and comment here.Tags: #ruby • wiki • rails
-
Secured-Preference-Store
A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device’s KeyStore.
A
SharedPreferenceswrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device’s KeyStore. You can also use theEncryptionManagerclass to encrypt & decrypt data out of the box.Tags: #java • encryption • encrypted-store
-
vue-svg-icon
a solution for multicolor svg icons in vue2.0 (vue2.0的可变彩色svg图标方案)
a solution for multicolor svg icons in vue2 轻量的Vue2多色动态svg图标方案 中文版说明
Tags: #javascript • svg • icon
-
laravel-adjacency-list
Recursive Laravel Eloquent relationships with CTEs
This Laravel Eloquent extension provides recursive relationships using common table expressions (CTE).
Supports Laravel 5.5.29+.
Tags: #php
-
blueprint3d
Build interior spaces in 3D
This repository includes an example application built using blueprint3d:
Tags: #typescript
-
birt
Eclipse BIRT™ The open source reporting and data visualization project.
The open source Eclipse BIRT reporting and data visualization project.
Tags: #java
-
stitches
Create a Microservice in Rails with minimal ceremony
Add to your
Gemfile:gem 'stitches'Then:
bundle installThen, set it up:
> bin/rails generate stitches:api > bundle exec rake db:migrateTags: #ruby • ruby-gem • rails-engine
-
servo
Netflix Application Monitoring Library
This project receives minimal maintenance to keep software that relies on it working. There is no active development or planned feature improvement. For any new projects it is recommended to use the Spectator library instead.
For more details see the Servo comparison page in the Spectator docs.
Tags: #java
-
homebrew-rmtree
Remove a formula and its unused dependencies
It’s an external command for Homebrew that provides a new command,
rmtree, that will uninstall that formula, and uninstall any of its dependencies that have no formula left installed that depend on them. The command will check all dependencies recursively starting at the one specified on the command line.This is tricky business. So this command comes with a warning.
Tags: #ruby
subscribe via RSS