Latest Screencasts (page 3)
RailsCasts #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 screencastReal-World XML
Lynda - 2009-04-14 - paid
XML technologies offer web developers and designers more flexibility than ever before. In Real-World XML, industry expert Joe Marini covers the best programming practices with XML, including the tools needed to build effective XML structures. He demonstrates the implementation of XML formats, how these formats work in real-world situations, and...
Watch this screencastRailsCasts #157 RSpec Matchers & Macros
Railscasts - 2009-04-13 - free
You can improve the readability and remove duplication in RSpec by adding matchers and macros. Learn how in this episode.
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 #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 #146 PayPal Express Checkout
Railscasts - 2009-01-26 - free
PayPal Express Checkout is easy to add to an existing ordering system. See how in this episode.
Watch this screencastRailsCasts #145 Integrating Active Merchant
Railscasts - 2009-01-19 - free
In this episode I show how to add Active Merchant's functionality to a Rails application to make a fully-functional checkout process.
Watch this screencastRailsCasts #144 Active Merchant Basics
Railscasts - 2009-01-12 - free
Active Merchant is a great library for handling credit card transactions. In this episode I will show you the basics of using it to communicate with PayPal's gateway.
Watch this screencastRailsCasts #143 PayPal Security
Railscasts - 2009-01-05 - free
This episode shows how to encrypt the variables passed to PayPal and verify the authenticity of the payment notifications (IPN).
Watch this screencast