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.

tty-prompt v0.14.0 with improved input editing

The newest release of tty-prompt fixes many issues with processing and editing input, which includes pasting long strings as input or content wrapping terminal width. The slider prompt also has new UI, configuration options and behaviour. Check it out if you’re building a shiny CLI tool! Happy New Year!

Programming Cryptocurrencies and Blockchains in Ruby - Free Online Book (in Beta)

Why not learn and build your own cryptos in 2018?! I’ve put together a new free (online) book: Programming Cryptocurrencies and Blockchains in Ruby (Beta / Rough Draft) @ Yuki & Moto Press Bookshelf. The book incl. merkle trees, central banks, shilling, crypto kitties & copycats and, of course, tulips (on the blockchain) :-) and more. Happy new year. Prosit 2018! Cheers.

tulipmania - tulips on the blockchain; learn by example from the real world (a. 1637)

Hello, I’ve published a new ruby command line tool (and core library) called tulipmania. Let’s welcome tulips on the blockchain! Learn by example from the real world (anno 1637) - buy! sell! hodl! enjoy the beauty of admiral of admirals, semper augustus, and more; run your own hyper ledger tulip exchange nodes on the blockchain peer-to-peer over HTTP; revolutionize the world one block at a time. Cheers.

The aesthetics of Ruby - Kernel#itself method

Recently, I’ve had quite a popular problem to solve: count the occurences of the given item in a collection. There are few ways to solve this problem - starting from using Enumerable#inject or Enumerable#each_with_object with an empty hash as an accumulator value and writing a code looking like this: [more inside]

Loading older posts