Help out: share this site!

Latest Free Screencasts

Every good project needs a good setup. In this episode, I set up a github repo, create a new rails application, hook in Cucumber and Rspec, write a Cucumber feature, and write the code to make it pass. Watch this screencast


Making Generators in Rails 3

Railscasts - 2010-06-14 - free

Generators in Rails 3 have been rewritten to use Thor which means the code used to create a generator is quite different. Here you will learn the new way to make generators in Rails 3. Watch this screencast


Episode 051: Archaeopteryx

Sdruby - 2008-08-21 - free

Giles Bowkett shows off his mega-cool MIDI scaffolding generator for creating dance music with Ruby. Watch this screencast


How to Make a Generator

Railscasts - 2007-07-16 - free

Rails comes with many built-in generators, but what if you want to customize them or make your own? Rails gives you a great way to do this which you will learn in this episode. Watch this screencast