Latest Screencasts (page 4)
RailsCasts #142 PayPal Notifications
Railscasts - 2008-12-29 - free
PayPal's IPN (Instant Payment Notification) service allows your app to get confirmation when an order is processed. In this episode I use IPN to mark a cart as purchased.
Watch this screencastRailsCasts #141 PayPal Basics
Railscasts - 2008-12-22 - free
This episode is the first in a series on handling the checkout process for orders. Here we show how to complete purchases through PayPal's Website Payments Standard service.
Watch this screencastRailsCasts #135 Making a Gem
Railscasts - 2008-11-10 - free
Want to create a Ruby Gem instead of a Rails plugin? In this episode I will walk you through creating a gem to extend Rails.
Watch this screencastRailsCasts #133 Capistrano Tasks
Railscasts - 2008-10-27 - free
Do you know how to make Capistrano tasks? See how to change default deployment behavior with custom tasks in this episode.
Watch this screencastRailsCasts #130 Monitoring with God
Railscasts - 2008-10-05 - free
Need to ensure your background processes stay up and running and don't use too many resources? Check out the god gem as shown in this episode.
Watch this screencastRailsCasts #128 Starling and Workling
Railscasts - 2008-09-22 - free
Need to run a task frequently in the background? Starling and Workling is a killer combination for doing just that. See how in this episode.
Watch this screencastRailsCasts #127 Rake in Background
Railscasts - 2008-09-15 - free
In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.
Watch this screencastRailsCasts #122 Passenger in Development
Railscasts - 2008-08-11 - free
Tired of juggling multiple Rails apps around with script/server? See how to set up Passenger in development so each one has its own local domain name.
Watch this screencastRailsCasts #116 Selenium
Railscasts - 2008-06-30 - free
Selenium is a great way to test your app automatically through a browser. See how it works in this episode.
Watch this screencastRailsCasts #113 Contributing to Rails with Git
Railscasts - 2008-06-09 - free
If you want Rails to behave a certain way, try changing it and submitting a patch. This episode will show how to do exactly this using Git.
Watch this screencast