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.

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…

Use multipart/alternative as content_type of email

I wrote an article about using multipart/alternative as content_type of email. Rails uses plain/text as the default content_type for sending email, you should change it to multipart/alternative that email clients can display html formatted email if they support and display plain text email if they don’t support html format. Check it here.

Loading older posts