Ruby articles
21 Ruby Tricks You Should Be Using In Your Own Code by Peter Cooper
I present 21 different Ruby tricks, from those that most experienced developers already use every day to those that are more obscure.
Ruby EventMachine – The Speed Demon from igvita.com
Ruby EventMachine is a framework, which depending on who you talk to, either yields a lot of excitement (Evented Mongrel, Analogger, Evented Starling, etc.) or its fair share of criticism. In part, the FUD is due to the mismatch of the language used, and the underlying implementation – namely, the Reactor pattern.
Will’s Guide to Mashing-up Remote Databases using Page Scraping from BenchCoach.com
This paper explains scraping, parsing and merging techniques to load data from a remote site with the constraint that we have zero cooperation from said remote site. The audience is people who are either going to implement a mash-up from scratch or who wants to understand some of the technical issues involved with scraping.
28 mod_rails / Passenger Resources To Help You Deploy Rails Applications Faster by Peter Cooper
Passenger (often known as “mod_rails“) is an Apache module developed by Phusion, a small Dutch IT consultancy, that makes it easy to deploy Rails applications on Apache-based stacks. Passenger follows on well from the popular “No True mod_ruby Is Damaging Ruby’s Viability on the Web” discussion of January 2008 in that it mostly solves the Rails deployment issue