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.

Using the Registry Pattern in Rails

The Registry pattern is a way to look up collaborator objects without hardcoding their class names and initialization in the calling code. Here’s a way to apply this pattern in Rails.

Starting from the example, which is the difference with Factory?
Good question! My take: A Registry is a way to locate objects, not necessarily …

Time: The Black Sheep of the Programming Family

No matter where you’re from, what programming language you prefer, or which JavaScript framework you’re committed to, we can all agree with on one thing: time is a royal pain to deal with. This post dives into the different formats and obstacles of dealing with time in Rails applications, pointing out some cool challenges developers have had to face along the way.

Loading older posts