
Teach Me To Code » Screencasts
Teach Me To Code » Screencasts Podcast
1) Polymorphism with Many-to-Many Associations – A Teach Me To Code Tutorial
Polymorphic associations are very simple, as are many-to-many associations. When you blend the two, it's not nearly as simple. Since there isn't a working build-in mechanism for many-to-many polymorph...Show More
2) Acceptance Tests with RSpec and Capybara
On the Ruby Rogues podcast I mentioned that I had moved away from Cucumber to RSpec and Capybara for my integration tests. Here's a demo on how to do some TDD with RSpec and Capybara. Download 180.6 ...Show More