Latest Screencasts (page 25)
RailsCasts #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 screencastRailsCasts #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 screencastThe Ruby Object Model and Metaprogramming
Pragprogs - 2008-12-26 - paid
<
Metaprogramming lets you program more expressively. This makes your code easier to write and easier to maintain and extend. Learn both the hows and whys of metaprogramming Ruby from Dave Thomas, one of the most experienced Ruby programmers in the western world.
Watch this screencastMeet Emacs
Peepcode - 2008-12-23 - paid
The classic Gnu Emacs text editor is an incredibly powerful piece of software that has been used by thousands of programmers over the last few decades. Many alpha geeks have recently been giving Emacs a second look as well. Emacs Lisp expert Phil Hagelberg prepared the script and accompanying code...
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 screencastRSpec Basics
Peepcode - 2008-12-09 - paid
Many prominent Rails developers have jumped on the BDD bandwagon, and with good reason! It’s a great workflow and values clarity, small steps, database-independence, and self-documenting code. If Test::Unit doesn’t make sense to you, or if you want to write better code, this is the place to start. This 55...
Watch this screencastRailsCasts #138 I18n
Railscasts - 2008-12-01 - free
Internationalization is one of the biggest additions in Rails 2.2. See how the basics work in this episode.
Watch this screencastRailsCasts #136 jQuery
Railscasts - 2008-11-17 - free
How do you use jQuery with Rails? In this episode I redo episode #43 using jQuery instead of Prototype/RJS.
Watch this screencastScaling Ruby
Envycasts - 2008-11-16 - paid
Learn how to write faster Ruby applications and gain a deeper understanding of what it takes to scale Ruby. Topics covered: processes & threads, green vs native threading, eventmachine, process messaging, dropping to c, learning ruby-prof, speeding up ruby code.
Watch this screencast