Site Archives Ruby on Rails

Web Applications – What does it take?


One of the founders of Woofoo just wrote a terrific article on what it takes to build a web application called “Web App Autopsy“.  They were lucky enough to get some great information from three other firms, Blinksale, Feedburner and RegOnline.  I think the charts and information they put together are great, but if you [...]

Gotchas in using BackgrounDRb in Ruby on Rails


I’ve been working on a bit of code to perform audio and video encoding for media files uploaded to one of our client’s sites and I was thrilled to come across BackgrounDRb, a Rails plugin that allows developers to build scheduled background tasks, similar to the OpenSympony’s Quartz for Java. The plugin also allows you [...]