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.

Buidling Spydec (PDF Download)

A few days ago, I built a simple command-line app that uses the built-in OptionParser library to parse command-line arguments, called Spydec. And then I wrote a minicourse about it for you. Spydec makes it simple to compile data about industries/markets for competitive analysis. It makes it super easy to gather the most important data such engines use to rank websites. Find out how to build such an app, and distribute it as a gem.

Rack: First Principles

I just published a blogpost about understanding what Rack is and what it is used for, with examples. Also, I am planning on publishing couple of more posts about Rack and how to write Rack middleware. You can read the first part of the series here.

Rails Model Translations

Rails gives you a nice way for translating model files with Model.model_name.human and Model.human_attribute_name(attribute). This blog post shows how it works, how form_for is using it and introduces a small gem to generate those files automatically from all of your models.

Recapping RedDotRubyConf 2015

Didn’t get a chance to make it to RedDotRubyConf in Singapore this year? Fear not! This blog post has gotcha covered! It recaps some of the best talks from the conference, and highlights some of the coolest gems you should be using!

Loading older posts