Latest Free Screencasts
Setting Up And Testing Devise – Delicious Clone
Teach Me To Code - 2011-01-21 - free
Because I’m going to be testing in cucumber sections of the site that require a user to be logged in, I decided to get it out of the way. So, in this video, I write a cucumber feature to test login and round it off with a few tests on the devise generated user model [...]
Watch this screencastRails 3.0.3 Setup – Delicious Clone
Teach Me To Code - 2011-01-14 - free
Here is what I’ve done to create this application: Use the ‘rails new’ command to create a rails application Set up the Gemfile Configure the Database Install Cucumber Install Rspec Install Devise Install CanCan Install jQuery Configure Devise Download (HD) 84.2 MB Download (iPod & iPhone) 47.4 MB
Watch this screencastRails 3 – Building a Blog – Part 1: Test Setup & Generators
Teach Me To Code - 2010-06-22 - free
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 screencastRailsCasts #218 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 screencastRailsCasts #216 Generators in Rails 3
Railscasts - 2010-05-31 - free
Generators in Rails 3 have been completely rewritten to be more modular. This allows you to customize any generator to fit your specific preferences.
Watch this screencastEpisode 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 screencastRailsCasts #87 Generating RSS Feeds
Railscasts - 2008-01-06 - free
See how to easily generate and link to an RSS feed using new features in Rails 2.0. Watch this episode or details.
Watch this screencastRailsCasts #58 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