RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Using InfluxDB with Ruby

InfluxDB is an open-source time series database, written in Go. It is optimized for fast, high-availability storage and retrieval of time series data in fields such as operations monitoring, application metrics, and real-time analytics. [more inside]

jasony gem adds SON (Simple Object Notation) w/ optional commas, #-comments, etc.

Hello, I’ve updated the JSON readers gem called jasony. The next next generation JSON parser / reader included is SON.parse for the Simple Object Notaton (SON) format by Aleksander Gurin et al. Using SON you can use Ruby (Shell)-like #-comments, optional commas, and more. Note: SON.parse is the same as JSON.parse( SON.convert(text)), that is, SON works like a “pre-processor” for JSON. Cheers.

[Video] Building a Rails 5 app in Real-Time

RubyThursday founder, just completed a 5 day challenge of building a Rails 5 app in real-time. Here’s a quick recap for each day, where she builds a photosharing app. [more inside]

All of these links are dead, after less than a month.
Thanks so much for sharing Abra! This was a special event for my followers. …

Bare Metal Ruby

How to install most recent stable version of Ruby on Linux, without using rbenv or alternative version managers. The goal was to find a fast and reliable approach for provisioning expendable virtual machines for Rails development environment. [more inside]

jasony gem - read JSON with comments, unquoted keys, multi-line strings, etc.

Hello, I’ve put together a new JSON readers gem called jasony. The first next generation JSON parser / reader included is HANSON.parse for the JSON for Humans (HanSON) format by Tim Jansen et al. Using HanSON you can use comments, unquoted keys, multi-line strings, single-quoted strings, trailing commas, and more. Note: HANSON.parse is the same as JSON.parse( HANSON.convert(text)), that is, HanSON works like a “pre-processor” for JSON. Cheers.

Loading older posts