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.

A tweet drawing a Christmas tree

A Ruby code drawing a Christmas tree in less than 140 characters. Here is the Tweet ! Can you do better?

Well I don’t know about better, but it is shorter: puts ([1..20]+[6]4).map{…
hmm, perhaps if I url-encode the angle brackets: puts ([1..20]+[6]4).map{|i…
A new version is available on github. You can fork it and try to do a shorter/n…
I will recommend my friends to read this.I will bookmark your blog and have my …

Pragmatic Rails: Thoughts on Views, Inheritance, View Inheritance and Rails 3.0.4

Rails 3.0.4 will have view inheritance. This post discusses how this advanced technique can help having cleaner views, how it works in Rails and how to get real object-oriented partials with inheritance and overriding.

“Rails 3.0.4 will have view inheritance.” > Where is the commit in Rails-cor…
“We will do that for you.” ;-)
One other reason regarding reasons the producers of artist Ralph Lauren wholesa…

Access to Modified Closure in Ruby

A closer look at blocks in Ruby and how they can sometimes produce unexpected results.

The results are not “odd”. Unexpected maybe if you don’t know how to properly …
Touche, I’ve updated the terminology. The post is supposed to help folks under…

ror_ecommerce vs Spree

OK, I am biased and opinionated but I made a Blog Post comparing Spree and ror_ecommerce.

I’ve already started to write my own webshop in rails It is much more fun + …
WOW The lastest comment on my blog was a great example of a big code fight. OK…
Sorry, to clarify, ‘by updating’ I mean if updates are required to the underlyi…
If there is a security patch I could refer to a specific commit SHA. It wouldn…
Loading older posts