RailsCasts (Mobile) show

RailsCasts (Mobile)

Summary: Every other week you will be treated to a new, free RailsCasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well. A Pro option is also available containing more screencasts each week. This version is for mobile devices which cannot support the full resolution version.

Podcasts:

 #151 Rack Middleware | File Type: video/mp4 | Duration: 12:42

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.

 #150 Rails Metal | File Type: video/mp4 | Duration: 9:49

Rails Metal is a way to bypass the standard Rails request process for a performance boost. In this episode you will learn how to shave off a few milliseconds using Metal.

 #149 Rails Engines | File Type: video/mp4 | Duration: 8:55

Rails 2.3 brings us much of the same functionality as the Rails Engines plugin. Learn how to embed one application into another in this episode.

 #148 App Templates in Rails 2.3 | File Type: video/mp4 | Duration: 11:36

In Rails 2.3 you can provide a template when generating a new Rails application. See how in this episode.

 #147 Sortable Lists | File Type: video/mp4 | Duration: 8:14

Creating drag & drop sortable lists is fairly easy using Prototype and the built in helper methods. See how in this episode.

 #146 PayPal Express Checkout | File Type: video/mp4 | Duration: 15:24

PayPal Express Checkout is easy to add to an existing ordering system. See how in this episode.

 #145 Integrating Active Merchant | File Type: video/mp4 | Duration: 18:15

In this episode I show how to add Active Merchant's functionality to a Rails application to make a fully-functional checkout process.

 #144 Active Merchant Basics | File Type: video/mp4 | Duration: 10:10

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.

 #143 PayPal Security | File Type: video/mp4 | Duration: 11:39

This episode shows how to encrypt the variables passed to PayPal and verify the authenticity of the payment notifications (IPN).

 #142 PayPal Notifications | File Type: video/mp4 | Duration: 10:46

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.

 #141 PayPal Basics | File Type: video/mp4 | Duration: 7:03

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.

 #140 Rails 2.2 Extras | File Type: video/mp4 | Duration: 4:54

This episode finishes up the Rails 2.2 series by showing a few miscellaneous additions that I find useful.

 #139 Nested Resources | File Type: video/mp4 | Duration: 10:20

In this episode I show how to nest resources through routing and go into some new additions in Rails 2.2.

 #138 I18n | File Type: video/mp4 | Duration: 7:36

Internationalization is one of the biggest additions in Rails 2.2. See how the basics work in this episode.

 #137 Memoization | File Type: video/mp4 | Duration: 5:16

Rails 2.2 is out! In this episode I show how to upgrade Rails and then demonstrate one of the new additions: Memoization.

Comments

Login or signup comment.

Saumya says:

oohp.