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.

London Ruby Unconference 2017 on Oct 07

If you are in London, and love Ruby, come join us in this year’s edition! An ‘unconference’ is a gathering which aims to provide an open and creative conversation on a series of topics. It is unlike a normal conference in that there is no pre-planned agenda, no central organisation, no fixed speakers, and no eye-watering price tag! Details and Tickets here.

A Puzzle About Ruby Constants

While doing some refactoring, I stumbled on a case where Ruby constants didn’t behave as I expected. To figure out what was going on, I ended up drilling down into YARV instructions. It turns out that Ruby constant resolution is actually very complex! BLOG POST HERE

General availability of App Service on Linux and Web App for Containers

Microsoft announces that Azure App Service is now generally available on Linux, including its Web App for Containers capability. With this, we now offer built-in image support for ASP.NET Core, Node.js, PHP and Ruby on Linux, as well as provide developers an option to bring their own Docker formatted container images supporting Java, Python, Go and more. [more inside]

How to include Rails Associated Model Data in React components

A short post on using jbuilder in Rails to send JSON data to React components. When you start using React with Rails, one of the frustrating problems you quickly run into is trying to access associated model data from your React component. This article shows one way to work around that issue. [more inside]

For a much easier solution check out http://ruby-hyperloop.io …

BABL: A Functional API Templating Language

Initially inspired from RABL, this gem implements an elegant but powerful Ruby DSL for describing transformations from your models into JSON, in your APIs. Thanks to its compilation step, it has some advantages over today’s alternatives (RABL, Jbuilder,…), such as fast rendering (zero overhead for partials) and automatic documentation generation (JSON-Schema). [more inside]

Loading older posts