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.

Ruby-asterisk - Asterisk Manager Interface in Ruby

A few years ago I wrote a library to interface a ruby application with asterisk, its name is ruby-asterisk (original huh?). I wrote a post to introduce it, hope you enjoy it!

Looks like a cool project! Thanks for sharing.
What is asterisk?
Never heard of Asterisk until now, but it appears it’s similar to Twilio, which…

Sandi Metz - Nothing is Something

Great talk by Sandi Metz at RailsConf about identifying hidden concepts in your code. Nothing is Something.

“Great talk” seems almost redundant when talking about Sandi Metz. I’ve never s…
She covers some good concepts but does not talk about isolating things that var…

Get Freaky: Browse and download conference videos from the command line.

get_freaky is a ruby gem I built to make it easier to download videos from confreaks.tv. I built this tool because I was interested in saving conference videos from confreaks for viewing later, like when I have time to kill on busses and planes. It could also allow you to do things like automatically download a new conference video once a day or once a month with a cron job or something. [more inside]

Very useful. Thanks.

Extracting Configuration in Ruby Application

Hi! Today I’m going to present you a little gem that I extracted after solving the same problem over and over again in Rails. But it can also be used in any Ruby application. The gem is called app_configuration… Learn more here

Try using config_for from Rails and the foreman gem to load ENV variables, inst…

EmailHunter

A tiny ruby wrapper around Email Hunter API (https://emailhunter.co/) [more inside]

This service sounds awful, why would anyone build such a spammy tool? Or am I m…
Loading older posts