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.

Shoes Is Alive

Do you remember Shoes? It is a simple cross platform GUI for Ruby created by the mythical _why_the_lucky_stiff. Did you know it is still maintained? Shoes 3.3.4 runs on Windows, OSX, and Linux plus a few more variations like Raspberry Pi and FreeBSD. There are new widgets and features among the bug fixes. There is also a jRuby reimplementation of the original Shoes known as Shoes4. Start your exploration here and join the community on Facebook and Github.

Facebook Shoes 3 Github [Shoes 4 Github)(https://github.com/shoes/shoes4) …

Rearmed-JS - A library inspired by Ruby to make your JS code readable & relaxing

While working with some basic constructs in Javascript, I always get choked up trying to do something that should have been a dead simple iteration method or string method in Ruby, yet it ends up being the most disgusting code ever. Well I have written a library Rearmed-JS that solves a large part of this problem by taking inspiration from Ruby. This library is a collection of helpful methods and monkey patches for Arrays, Objects, Numbers, and Strings that will make your code more relaxing and more readable by taking inspiration from Ruby. Works in the browser and NodeJS. https://github.com/westonganger/rearmed-js

2 Easy Ways to Check Code Coverage

If you find yourself reviewing code (your own or a teammate’s) you’ll probably want to know about the code coverage any changes. This post walks through a couple ways to easily find out which parts of changed code are covered.

Loading older posts