Posts Tagged open source

Sending Email awesomely with Rails

If you would like to send HTML Emails with all the bells and whistles that Actionpacks Actionview provides checkout my freshly released plugin awesome_email on github.

It will enable you to use layouts/templates for your HTML Emails and it will inline CSS information inside the HTML to make sure it works in almost all Email clients.

For more information see my blogpost on imedo’s devblog about awesome_email

Tags: , , , , , , , , , , , , , , , , , , , , , ,

Google released their Protocol Buffers

Google released their Protocol Buffers as open source to the public this week. There are compilers and APIs available for C++, Java and Python (no Ruby unfortuantely).

This serialization framework is heavily used inside Google itself, lightweight, easy to understand and definetly worth a look (YAML anyone?). Check it out here: Google Code – Protocol Buffers

Tags: , , , , , , , , , ,