Latest Screencasts
Rails 3 Upgrade Handbook PDF
Peepcode - 2010-07-30 - paid
Rails 3 is possibly the most anticipated release of the popular Ruby web framework. It’s been rewritten from the inside out with speed and stability at the forefront. However, these extensive internal and syntactical improvements require some changes to your code and plugins. Respected Rubyist Jeremy McAnally has researched and...
Watch this screencastRailsCasts #220 PDFKit
Railscasts - 2010-06-28 - free
Generating PDFs in plain Ruby can be a lot of work. Instead, consider generating PDFs from HTML using PDFKit.
Watch this screencastActiveMerchant PDF
Peepcode - 2009-05-11 - paid
by Cody Fauser, ActiveMerchant committer and Shopify developer. Most online businesses need to receive payment. If you’re developing with Ruby, the standard for credit card authorization and capture is ActiveMerchant. ActiveMerchant provides a consistent interface to over 30 gateways all around the world and has processed millions of dollars of...
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 screencastGit Internals PDF
Peepcode - 2008-06-23 - paid
Many have learned the basics of using Git from the PeepCode Git screencast. In this PDF, Scott Chacon goes even further to explain the distributed filesystem behind the popular source code management system. If you’re tired of terse man pages or academic white papers, you’ll enjoy more than four dozen...
Watch this screencastReceiving Email with Ruby PDF
Peepcode - 2008-05-16 - paid
Previously called MMS2R Web applications become much more useful when powered by the oldest communication technology on the Internet: email. This 60 page PDF shows how to use the MMS2R RubyGem to receive and parse email from both desktop clients and mobile devices. You’ll learn about:
Watch this screencastRailsCasts #78 Generating PDF Documents
Railscasts - 2007-11-04 - free
In this episode I will show you how to create PDF documents using the excellent PDF::Writer gem.
Watch this screencast