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 Regex Language compiler for Rubyists

The srl_ruby gem packs with its latest version 0.4.0 a compiler that transforms text patterns expressed in SRL into plain Ruby Regexps. The Simple Regex Language (SRL) allows to easily design and write highly readable text patterns without being a regular expression guru. The srl2ruby compiler even has the option to output both original SRL and its Regexp counterpart so that they can be inserted together in one place in your Ruby source code, easing further the maintenance… Interested? Take a look at the project’s README or give the srl_ruby gem a try.

An Introduction to Event Sourcing for Rubyists

Video here: https://skillsmatter.com/skillscasts/11903-an-introduction-to-event-sourcing Slides here: https://speakerdeck.com/mottalrd/an-introduction-to-event-sourcing-for-rubyists Code here: https://gist.github.com/mottalrd/52a99a0a67275013df5a66281a4a1b11 Event sourcing is a design pattern to build applications that are domain centric and easy to extend. The pattern is based on the usage of a persistent event log which substitutes the more classical relational database model for Rails applications.

Yuki & Moto Press - Programming Blockchains Step-by-Step from Scratch (Zero) in Ruby

Hello, I’ve added a new free (online) book to the Yuki & Moto Press Bookshelf. Let’s welcome: Programming Blockchains Step-by-Step from Scratch (Zero) in Ruby. Starting with Crypto Hashes… The contents includes: (Crypto) Hash - (Crypto) Block - (Crypto) Block with Proof-of-Work - Blockchain - Blockchain Broken? - Timestamping - Mining, Mining, Mining - Bitcoin, Bitcoin, Bitcoin - (Crypto) Block with Transactions (Tx) - References / Links. Note: The manuscript source includes many single-file ruby script samples. Happy mining and blockchaining with Ruby. PS: Did you know? You can build online books and bookshelves with ruby - use the jekyll machinery with octobook themes

Simple gem with a list of professions

Profession is a simple gem with a list of professions (over 1000), for matching and parsing professions in a large body of text. For instance, this was helpful for parsing out Wikipedia articles for a little school project for my kids. Feel free to add more occupations to the list.

How to create a video upload service in Rails - Part I

I’ve finally gotten around to bringing my blog back to life. I wanted to start writing a series piggy backing on a small project I was doing in my spare time, so I started with the first post, which starts off with a basic Rails site capable of uploading and watching videos. Simple stuff. I will continue to expand on this, adding some more fun features. Hopefully its enjoyable. [more inside]

Loading older posts