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.

The tiniest way to add nested contexts to your tests

nest-unit is the smallest possible way to get nested context support for Test::Unit, clocking in at 70 lines of code. I think.

Cool, but what’s the motivation for this beyond, say, context? The syntax seems…
There’s actually an even smaller one from Chris Wanstrath on gist somewhere. I…
1 line and includes mocking… http://gist.github.com/51272 But yeah, it’s not…
Context is really cool, but it had features I didn’t need (shared behaviors, so…

The Merb Internals Handbook has a homepage

The Merb Internals Handbook has a homepage. The book is written by Michael S. Klishin, and web interface work by Dylan Clendenin(a.k.a deepthawtz)

Ah, caught it. [Thu Feb 19 19:33:55 2009] [notice] caught SIGTERM, shutting …
long live merb
There were some more problems with the server configuration and I apologize if …
Long Live Merb!

One more flow!

AndroidFlow is now running! Anyone who is interested in Google Android OS - please join our community ! :) Many thanks to Peter Cooper!

Hey that’s awesome :) good luck! Just for the record though.. I’m nothing to…

Using method_missing and respond_to to c...

method_missing and respond_to? are a few of the basic tools for Ruby metaprogramming. Here are some notes about using them to dynamically methods to your objects.

Whoops… the URL should just be http://technicalpickles.com/posts/using-method_m…
Looks like you fixed it :)
Loading older posts