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.

Architecture of a High Traffic Messaging System

This paper describes one of possible approaches for implementing cost-efficient high traffic messaging system using open source stack of technologies and cloud computing platform. It is based on our successful real world experience.

No worries, we don’t want to spam you or something. We just want to see who is …
Garbage post. Please ignore these trolls who want you to sign up for the silly…
@AnonymousCritic: thanks for the feedback. :-) In fact, quite a lot of people d…
Ban these people, it’s just spam to collect your emails. Write a blog post inst…

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
Loading older posts