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.

RubyEvents: Really simple Ruby style events/callbacks

RubyEvents is a really simple event implementation that hooks into the Object class by default; it can also be used to extend modules and classes as needed with event functionality. Now all your objects can join in the fun of firing events! RubyEvents even offers you callbacks on already defined methods, without having to do the hard work yourself, allowing callbacks on standard library methods without having to monkey patch!

Looks interesting. It’s always nice to see a different approach to a problem; a…
@mikbe It’s interesting to hear you say that, as I was wondering how best to te…

Automatic Login Links

They’re not as scary as you think! They’re no less secure than password-reset links and can give your users a much more pleasant experience. This blog post shows how to implement automatic login links easily and properly.

Loading older posts