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.

Discussing design patterns(in ruby). Factory method

I’ve opened a repo on github where I’m going to try to understand the most common design patterns and implement them in ruby. So please, if you want to participate in the discussion of patterns, share your experience or you just have any critics(mostly appreciated) please don’t hesitate to take part in. Thanks.

Replacing gemsets with bundler

On Ruby Rogues, André Arko mentioned that he doesn’t use gemsets to manage project gems. I was intrigued so I investigated how well that works. Turns out, that works quite well. I’ve written an article on Rake Routes on how to use Bundler instead of rvm gemsets to manage your project’s gems.

I great (reference) post about this topic : http://ryan.mcgeary.org/2011/02/09/…

Bundler Pain Points

I wrote up a list of some common pain points with Bundler (well, at least the pain points that are common to me). I also list various fixes and workarounds.

Very nice analysis. Thanks for writing this up.
@seacreature Thanks for the feedback!
Loading older posts