Tutorials


Ruby bindings for Apache Arrow based on GObject Introspection
Red Arrow is a Ruby bindings of Apache Arrow. Red Arrow is based on GObject Introspection.Apache Arrow is an in-memory columnar data store. It's used by many products for data analytics.GObject Introspection is a middleware for language bindings o...

Postgres json column Rails @ Casper – The Casper Tech Blog: Z – Medium
As part of an engineering team that has been using a json column in production for two years, things can sometimes feel a bit lonely. Googling around for blog posts about the json column, you’ll find a fair number of discussions of the feature on ...





How to find and fix bug in JRuby and don't go crazy
Hi there. I wrote this post to show how much effort is invested in small and simple one-line pull request. I tried to show the whole process from the appearance of the problem upon fixing it and sending patch back to upstream.Other day I tried new...


Rails 5.1 does not share thread_mattr_accessor variable with subclass
Rails 5.0 provides mattr_accessor to define class level variables on a per thread basis.However, the variable was getting shared with child classes as well. That meant when a child class changed value of the variable, then its effect was seen in t...