Latest Screencasts (page 9)
RailsCasts #160 Authlogic
Railscasts - 2009-05-04 - free
Authentication can get very complex. In this episode I show how Authlogic can handle this complexity while you stay in control of how it is presented to the user.
Watch this screencastRailsCasts #159 More on Cucumber
Railscasts - 2009-04-27 - free
There is a lot more to Cucumber than I showed in an earlier episode. See how to refactor complex scenarios in this episode.
Watch this screencastRailsCasts #158 Factories not Fixtures
Railscasts - 2009-04-20 - free
Fixtures are external dependencies which can make tests brittle and difficult to read. In this episode I show a better alternative using factories to generate the needed records.
Watch this screencastRailsCasts #156 Webrat
Railscasts - 2009-04-06 - free
If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I show in this episode.
Watch this screencastRailsCasts #155 Beginning with Cucumber
Railscasts - 2009-03-30 - free
Cucumber is a high-level testing framework. In this episode we will create a new Rails application from scratch using behavior driven development.
Watch this screencastRailsCasts #154 Polymorphic Association
Railscasts - 2009-03-23 - free
Polymorphic associations can be perplexing. In this episode I show you how to set it up in Active Record and then move to the controller and view layer.
Watch this screencastRailsCasts #153 PDFs with Prawn
Railscasts - 2009-03-16 - free
Prawn is an excellent Ruby library for generating PDF documents. Learn how to use it along with the Prawnto plugin in this episode.
Watch this screencastRailsCasts #152 Rails 2.3 Extras
Railscasts - 2009-03-09 - free
This episode finishes up this series on Rails 2.3. Here you will learn about several smaller additions in 2.3.
Watch this screencastRailsCasts #151 Rack Middleware
Railscasts - 2009-03-02 - free
Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware.
Watch this screencastRailsCasts #148 App Templates in Rails 2.3
Railscasts - 2009-02-09 - free
In Rails 2.3 you can provide a template when generating a new Rails application. See how in this episode.
Watch this screencast