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.

mandrill_mailer 1.1.0

Nothing earth-shattering in this new version aside from a few useful RSpec custom matchers but it looks like few people knew we reached 1.0 (which brought support for mandrill_api 1.0) recently so I thought I’d let you good folks know about it. :-)

What happened to RailsBricks?

RailsBricks is gone and people are asking why.

Who cares? I did not know about railsbricks until now.
I was using it, it worked so good
NOOOO! RailsBricks is no more :/
Looks like Nico is turning it into a new product? The old railsbricks.net site …

Bubble Sort Visual Demo

Watch it here

A video of a gif on wikipedia? Why not just link to the pages? First one, se…
It is less than 3 minutes. It is supposed to be a quick review to prepare for …
For people that are more visual and want to experiment with some algorithms (so…

How to Create a Custom Enumerable

Ruby is a wonderfully flexible language. An example of this flexibility is in the ability to define a custom collection class that acts as an Enumerable object. In Ruby, a collection that acts as an Enumerable is basically a class which holds a list of objects and exposes helpful methods for iteration and collection. An example of this pattern built into Ruby is the Array class. Creating your own Enumerable is as simple as including a module and defining a few crucial methods.

The Unix Log - Another RubyFlow Inspired Community LinkLog

I love RubyFlow and JSLive but I needed a site to post my unix related articles on. So I built The Unix Log. Please take a look and feel free to post anything unix, linux, or osx related to the site. Help me make this site as great as RubyFlow! http://theunixlog.com/

Could you do it without ads? Makes it more difficult to read.
Too much ads…That’s are really annoying…I won’t follow…

Using Pundit, The Cool Kid of Authorization

Authorization can often be one of the toughest parts of the development process. There are a few different ways to go about creating an authorization system, and there are a few different gems to choose from. This blog post walks through using the pundit gem, including how to implement policies and scopes.

Free O'Reilly E-Book(let) Download - Static Site Generators (Jekyll and Friends)

Hello, found via Vienna.html - covers Jekyll news - that O’Reilly offers a free E-Book(let) download (email required) for Static Site Generators: Modern Tools for Static Website Development by Brian Rinaldi (50+ pages). Looks at Jekyll (Ruby), Wintersmith (CoffeeScript/JavaScript) and Hugo (Go). Cheers. PS: The author Brian Rinaldi also has a great “Getting Started w/ Jekyll” article and a static site samples repo (for comparing Jekyll, Hugo and friends. What static site generator are you using? Let us know. Cheers.

Loading older posts