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.

Wolfentext3D: Terminal-Based, First-Person Fun in a Single Ruby File

Wolfentext was born out of the need to share a public code sample with a potential recruiter. What better way to do that then to use the best language around and have fun while doing it? Follow along as we pay tribute to the classic 2.5D shooters of yesteryear by creating a fully portable, cross-platform, terminal-based game – one piece at a time, and all contained within a single Ruby file!

Kontena selected Black Duck Open Source Rookie of the Year

Kontena - Open Source Container Platform written in Ruby was just selected one of the most outstanding open source projects of 2015 by Black Duck. The 8th annual Black Duck Open Source Rookies of the Year Award recognizes the top new open source projects initiated in the past year. Previous years’ awarded projects include some of the most recognized projects such as Ansible, Cloud Foundry, Docker, OpenShift, and OpenStack among many others. https://github.com/kontena/kontena

Telegram bot. Rails way.

telegram-bot gem is targeted at ease of development, debugging, and testing bots, keeping interfaces minimalistic, easy integration with Rails application, and providing all necessary tools to build a bot. [more inside]

hola
hi how are you

tty-spinner v0.2 is out

The new tty-spinner has been totally rewritten to be more flexible and intuitive. The most notable changes to API are introduction of start call for automatic spinning. Stop method now has two specific calls called success and error for marking with check or cross the task completion. You can now listen to spinner events fired for :done, :success and :error states. Also the formatters have grown in number with ability to specify time intervals. see formats section

Why do you have *args for emit(name, *args) method ? It is not being used anywh…

Unicode::Confusable

Unicode::Confusable.confusable? "ℜ𝘂ᖯʏ", "Ruby" # => true There are many Unicode characters that look very similar or even the same, but are represented by different codepoints. For example, there is no visual difference between some latin and cyrillic letters: “C” vs “С”. The unicode-confusable gem can be used to compare if two strings look very similar.

This is really cool, thank you for sharing (and making)!
Thank you!
Loading older posts