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-exit: terminal exit codes for humans and machines

The tty-exit is here to provide human friendly and standard way to use exit status codes in command-line applications. Instead of saying exit(64), you can say exit_with(:usage_error). It is so much nicer! Wouldn’t you agree? That’s why tty-exit gathers a list of all the most common exit codes as used by POSIX-compliant tools on different Unix systems for you to use. Enjoy!

A Rubyist's Introduction to Character Encoding, Unicode and UTF-8

Have you ever dealt with a unicode bug? Where plain text — the substance you work with all day — can no longer be trusted? It can be disorienting to say the least! This article will help prepare you so that the next time that happens you’ll be able to spend less time hyperventilating and more time troubleshooting. Check it out on our blog: https://www.honeybadger.io/blog/the-rubyist-guide-to-unicode-utf8/

planet.rb quick starter script v1.0 - (auto-)add blog posts to your (static) website

Hello, I’ve updated (and un-gemified) the planet.rb quick starter script v1.0 that lets you add articles & blog posts to your static (jekyll & friends) website via feeds (and planet pluto). Happy planet! Prosit 2020! PS: You can find a live sample “Planet Ruby” website built with the planet.rb quick starter script (and jekyll / github pages) online @ http://feedreader.github.io/jekyll.planet.sample. For a great real-world example / setup see the “Planet OpenSUSE - Linux OS” @ https://github.com/openSUSE/planet-o-o.

Loading older posts