Latest Screencasts
CanCan: Setting Permissions – Delicious Clone
Teach Me To Code - 2011-02-11 - free
In this installment in the Delicious Clone, we use CanCan to set some permissions on the Bookmarks Controller. Next week, we’ll finish the bookmark creation process and the following, we’ll add styling with SASS.
Watch this screencastSetting 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 screencastEpisode 7 - Cucumber, part 2
Bddcasts - 2010-08-30 - paid
Finish getting all of URLAgg.com’s features to pass. This concludes the upgrade to Rails 3 and Rspec 2.
Watch this screencastEpisode 6 - Cucumber, part 1
Bddcasts - 2010-08-30 - paid
Starting the work on getting all of URLAgg ’s features to pass. Upgrading authlogic, dealing with the new Rails 3 XSS protection, install the dynamic_form plugin.
Watch this screencastUpgrading Rails 3.0 Beta4 to Rails 3.0 Release Candidate
Teach Me To Code - 2010-07-27 - free
This video goes over some issues that popped up while upgrading a Rails 3 application to the Release Candidate This video goes over some issues that popped up while upgrading a Rails 3 application to the Release Candidate.
Watch this screencastRails 3 – Building a Blog – Part 2: CRUD Show and Create
Teach Me To Code - 2010-06-30 - free
The second part of the tutorial for building a blog with Ruby on Rails version 3. We demonstrate how to set up some basic routes, manage the controller and views, and create a basic form for creating posts.
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 screencastEpisode 1 - Moving to Bundler
Bddcasts - 2010-05-17 - free
Launching a new series: URLAgg updates. We upgrade URLAgg to the latest gems and migrate from using config.gem to Gem Bundler.
Watch this screencastUse the Cucumber
Peepcode - 2010-03-10 - paid
The Cucumber behavior-driven development framework is appreciated by developers from many languages. It makes it easy to write plain-text stories that run executable Ruby code against your application. In this hour and ten minute screencast, you’ll learn the basics of Cucumber. You’ll learn the syntax, organization, and philosophy of writing...
Watch this screencast