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.

Bits & Blocks Press Bookshelf Update Now Incl. Crypto Fudge Warning

Hello, using jekyll (and github pages) with (remote) octobook themes you can build (online) books from your text w/ markdown formatting. I added more free (online) books / booklets to the latest real-world open-source / open-access example - Bits & Blocks Press Bookshelf (Source) - Free Books about Bitcoins, Blockchains, Contract Scripts ‘n’ More. New pubs include: Crypto Facts - Decentralize Payments - Efficient, Low Cost, Fair, Clean - True or False? by Nouriel Roubini, David Gerard, et al ++ Bitcoin White Paper - A Peer-to-Peer Electronic Cash System by Satoshi Nakamoto ++ And more. Happy publishing w/ Jekyll and Octobook themes.

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

Loading older posts