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.

Introducing MongoHydrator

MongoHydrator is a new gem that makes the expansion of embedded MongoDB IDs into full subdocuments easy and efficient.

Couldn’t you just use DBRef’s? Mongo will automatically fetch those for you. …
AFAIK, DBRefs can only be dereferenced one at a time. MongoHydrator handles all…

Codebrawl's very first code contest has started

This week, the challenge is to create your own formatter for RSpec 2. Your solution should solve a problem you’re facing with the existing formatters (like, I don’t know how long my specs are going to take or I don’t notice when my suite is done running) or you can do something completely crazy and funny. Good luck!

My Weekend Project: BundleWatcher

BundleWatcher will help you keep track of updates to the gems your projects use, just by uploading your Gemfile.lock.

How is this different than http://rubytracker.com? …
@timonv thanks, girl_friday got away from me :) @qrush I dunno, I’ve never u…
I use Gem notifier for this. …
This is awesome! Where it differs from the other solutions suggested is that yo…

Ruby Adventure

I’m planning to travel across the USA and pair program with as many people as possible. If you know a meetup I should attend or want to pair with me, go to my site and send me an email. I’m very interested in learning and sharing knowledge with as many people as possible.

RubyEvents: Really simple Ruby style events/callbacks

RubyEvents is a really simple event implementation that hooks into the Object class by default; it can also be used to extend modules and classes as needed with event functionality. Now all your objects can join in the fun of firing events! RubyEvents even offers you callbacks on already defined methods, without having to do the hard work yourself, allowing callbacks on standard library methods without having to monkey patch!

Looks interesting. It’s always nice to see a different approach to a problem; a…
@mikbe It’s interesting to hear you say that, as I was wondering how best to te…
Loading older posts