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.

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. …

Is it always a good idea to split long methods into smaller ones? An experiment.

Have you heard an opinion that it’s always a good idea to split a long method into smaller ones? Some people disagree. In my new post I conduct a refactoring experiment, with the goal of breaking up a hard-to-split method and STILL getting better readability. If this example can be improved by splitting, does that mean it’s always better? [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