Ruby on Rails and iPhoneI wanted to do an iPhone application. Two of my friends wanted to learn Ruby on Rails. The result was a stock trading simulation game, with an iPhone user interface, and a Ruby on Rails web site. The game is available in the iTunes App Store, and its website is http://istockplay.com I separated the reusable code in StockPlay, and put it into the ZergSupport open-source toolkit, available on GitHub under the MIT license. I have also started a tool for automated Xcode project management, named zerg_xcode. It's also available on GitHub under the MIT license. Reverse Tunnels in Ruby
While at Google, I found an opportunity to use my Ruby skills, and (briefly) step out of the stone age (C++, Java, Python). I modified the reverse tunnel software rtunnel to support client authentication and I migrated it to an event-driven model using Event Machine. I was lucky to work with rtunnel's author, coderrr. He's a really smart and really cool guy (these two rarely come together.) Simple Rails Deployment
|