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.

SpreeConf in Washington, D.C. on May 20-21

We’re excited to announce that registration for SpreeConf starts today. The conference will be held May 20th to 21st in Washington, DC. The full list of speakers and talks will be announced shortly. If you’re interested in learning more of Ruby e-commerce then you should act now and scoop up one of the limited number of early bird tickets!

The somewhat peculiar behavior of Ruby's Thread#raise

When you call Thread#raise, the exception will be raised at whatever point of execution that thread happens to be at. In my blog post, The somewhat peculiar behavior of Ruby’s Thread#raise, I explore why that does make sense, but why it means you should only ever call Thread#raise if you have complete control over what code is inside that Thread and if it expects exception raises to be invoked by the outer context.

Loading older posts