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.

auto_html 1.3.0 Released

auto_html 1.3.0 is out. Highlights: * Rails 3 support * no need for explicit call to auto_html_prepare for preview * no need for DB column for cache (ie. _html) * correctly handle blank and nil values when applying auto_html * youtube filter supports html5 * filter added: youtube_js_api

Multi-core, Threads & Message Passing

It’s not a question of whether threads, events or message-passing is a better model - the hardware trends require that we use all of the above. Either the VM (like Ruby) has to abstract it all for us, or we need to build frameworks to match the capabilities of the hardware.

These low level constructs will be become the assembly language of parallel pro…
Designer replica handbags can add towards elegance, prettiness or playfulness o…

Amazon Simple Queing Service (SQS) using Ruby

Amazon Simple Queue Service (Amazon SQS) is a distributed queue messaging service. The idea of SQS is to remove the direct associations between producer and consumer and act as mediator between them.Ruby libraries like right-aws,sqs etc.helps to achieve using SQS. To know more about how it is implemented visit SQS using Ruby.

Easy Tasks with RTask

An Introduction to RTask, a simple task library, similar to rake or thor. RTask wraps your tasks into a class, with a simple DSL to allow for easy creation of task. Tasks are namespaced via modules and classes. Read Full Post

New gem for taking money with Sage Pay

I’ve just released the latest version of a gem I built for interacting with Sage Pay, one of the UK’s least unpopular payment providers. It’s been in production for a couple of months now, so I’m happy to claim it works. There’s no home page to point you to, but you can grab the source from GitHub or install it from your favourite gem source. The gem implements the full SagePay server protocol, including deferred payments, repeat payments and refunds.

Oh, and there’s an exampleRails application which demonstrates the functionalit…
Loading older posts