I recently got to play with the LightwaveRF Wifi Link box a home automation device to control lightbulbs, sockets etc. In this blog post I describe how you can use Ruby and UDP to use it to control the devices in your house.
One of the most frequent questions we are asked at CloudMailin is how can you develop your application and receive email offline, without opening ports, in a Rails app. In this Blog Post I discuss just how easy it is to test incoming email.
When we created CloudMailin we needed to create multipart bodies to post emails as HTTP content. We couldn't find a standalone gem to create this content so we wrote our own code. Over the weekend we released this code as a gem. It's far from perfect and we need help making it better but hopefully it will help others. Read more here.
We love Sinatra, as well as using it in its own right, we sometimes use it to let designers create haml and sass. The other day the question of "How do I create a partial using sinatra?" arose.
Slugs are bad kids. I know rails 2.3 is obsolete now that 3.0 is on the cards ;-) but slugs_are_bad is a plugin that allows you to create slug-less url's for your rails app without having to make too many changes to your code. I created a quick blog post to explain the plugin here.