Teach Me To Code » Screencasts (iPhone/iPod)
Share:

Listens: 70

About

Writing Code is the Easy Part

My Podcasting Setup

My Equipment: Mackie PROFX12 12-Channel Compact Effects Mixer with USB Sony MDR7506 Professional Large Diaphragm Headphone Roland R-05 Studio WAVE/MP3...
Show notes

Upgrading JotRod to Rails 3.1.3

When preparing to add some layout features to JotRod, I realized it was a Rails 3.0.9 application. Here's a quick rundown on upgrading to Rails 3.1.3....
Show notes

Followers and Following

In order to get someone a timeline in JotRod, we need followers and following lists to compile the Jots from. This means that we need to add a new Col...
Show notes

ActiveModel Callbacks

In the Jots (like tweets) in JotRod, I needed to generate a hash on creation as the key for the Jots. So, I determined that the easiest way to do that...
Show notes

Model Generator

Here's an introduction to creating a Rails connector gem for an ORM with a model generator. Download 352.3 MB Download (iPod & iPhone) 84.7 MB Take th...
Show notes

Ruby Koans

I’m working on another Cassandra demo, but didn’t have time to finish, so I decided to show you Ruby Koans. It’s a very interesting test-driven approa...
Show notes