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.

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!

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.

Command Line Reporter 3.3.6 Released

Fixes an issue with New Relic installs. Check out the wiki to see examples of nicely formatted tables. As always the gem is available on rubygems.org with source on github. For those not familiar with “the reporter”, it provides a ruby DSL for writing reports with built in features for progress reporting and table formatting. It is very handy for system level and data reporting scripts.

Loading older posts