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.

A Simple Coding Study in Ruby

This is a small coding exercise, like an artist’s life study, in Ruby. The subject is ivy on a windowsill, rendered feature by feature into Ruby ASCII art. The intention is to get better at the practical skill of coding the same way an artist improves at the practical skill of making art.

HealthCheck alternative

HealthBit — tiny HealthCheck Alternative, check of Rack apps like Rails, Sinatra for use with uptime checking systems like Kubernetes, Docker or Uptimerobot with custom checks, password protection and multiple endpoints.

Rails Event Store 1.0 released

Rails Event Store is a Ruby library to persist, retrieve, publish and organize application architecture around domain events in an event-driven fashion. It’s not a database itself, building on top of and existing (typically an SQL) data store in the application. It makes a great foundation for CQRS, Event Sourcing and loosely coupled components in applications driven by domain events. [more inside]

Building a Toy Programming Language in Ruby

Few projects are as enticing or as rewarding as creating your own programming language. It’s impractical, sure. But as an exercise, it strengthens muscles that most of us don’t get to use very often and makes us better all-around developers. In this article — the first in a series — Alex Braha Stoll shows us how to get started building our own toy language and interpreter from scratch using Ruby. https://www.honeybadger.io/blog/stoffle-introduction/

Loading older posts