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.

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.

Fullstaq Ruby epic 3: CI/CD (= faster updates), Ruby updates, Debian 10 support

Fullstaq Ruby is a server-optimized Ruby distribution: less memory, faster, easy to install and security-patch via APT/YUM. Epic 3 is an important milestone which introduces a continuous integration and deployment system, which allows us to release updates much faster, and with fewer defects. We’ve also updated the Ruby versions, and added support for Debian 10. [more inside]

[Screencast] Contributing to a Gem

So, you’ve been using a gem for some time and you’ve either discovered that the gem isn’t working correctly or that you want to start contributing to the gem itself. Sometimes this can be an overwhelming task. In this episode, we look at the basic processes for contributing to a gem. https://www.driftingruby.com/episodes/contributing-to-a-gem

Loading older posts