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.

Asynchronous email deliveries using Resque and resque_action_mailer_backend

If you ever wanted to send emails asynchronously using your current Resque setup, this is the right gem for you. resque_action_mailer_backend integrates cleanly with your Rails application and lets you deliver emaisl out of the request cycle by sending the generated emails using one of your Resque workers. It doesn’t ask you to call fancy methods, inherit from new classes or anything, just tell ActionMailer to send using :resque and you’re done. More here.

Testing for Booleans - A New Plugin

I created a simple plugin that adds a to_b method to various classes. You can read about it here.

Nice plugin. Some notes: Ruby doesn’t evaluate 0 as false. Only nil is synonymo…
@bcardarella Thanks for checking it out. I know that ruby will evaluate 0 as tr…
Ruby Facets

UTSUP? - Simple Real-Time Team Awareness for Git Projects

We just launched a new rails app: utsup.com. The service provides near real-time updates on what other people on your project repo are doing. We made it to solve our internal problem of how to know what remote team-members are working on without having to constantly ask, “what’s up?”

Will it ever be open source?
Could be at some point. We made it for ourselves to keep track of remote hourly…
Loading older posts