This month featured screencasts
Ruby on Rails Tutorial: Learn Rails by Example
Rails Tutorial - 2011-02-11 - paid
The Ruby on Rails 3 Tutorial book and screencast series teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails. The companion screencast series includes 12 individual lessons totaling more than 15 hours, with one lesson for each chapter of the Ruby on Rails 3 Tutorial book.
Watch the free preview!Latest Screencasts
RailsCasts #320 Jbuilder
Railscasts - 2012-01-30 - free
Jbuilder provides a DSL for generating JSON. It includes a template engine which allows you to create complex responses with helpers and conditions.
Watch this screencastRailsCasts #321 HTTP Caching
Railscasts - 2012-01-30 - paid
With HTTP response headers you can the cache in the user's browser and proxies. Etags, Last-Modified, Cache-Control and Rack::Cache are all covered here
Watch this screencastRailsCasts #150 Rails Metal (revised)
Railscasts - 2012-01-27 - paid
Rails metal may have been removed in Rails 3, but it is possible to bypass the entire Rails stack through middleware as shown in this episode.
Watch this screencastRailsCasts #318 Upgrading to Rails 3.2
Railscasts - 2012-01-23 - free
Rails 3.2 sports many new features including automatic explain queries, tagged logging, key-value store in Active Record, improved migration generator and more. Learn all about these new features in this episode.
Watch this screencastRailsCasts #319 Rails Middleware Walkthrough
Railscasts - 2012-01-23 - paid
Here I describe each Rack middleware that is included in a Rails app which will give you a better understanding of what a request goes through behind the scenes before it hits your application.
Watch this screencastRailsCasts #72 Adding an Environment (revised)
Railscasts - 2012-01-19 - paid
Rails comes with three environments: development, test, and production, but it is easy to add your own. Here I show how to add a separate staging environment and how to start up Rails under this.
Watch this screencastEpisode 4: Context In JavaScript
Watch Me Code - 2012-01-17 - paid
When was the last time JavaScript's "this" worked the way you thought it did? You have an object with a function, and you call "this" to get some data from the it only to find that the data isn't there because "this" isn't the object you thought it was! In this episode, we'll look at all function invocations and how they manipulate "this". We'll also see some common scenarios that trip people up, like passing an object's method as a callback.
Watch this screencastRailsCasts #316 Private Pub
Railscasts - 2012-01-16 - free
Private Pub makes it easier than ever to publish and subscribe to real-time events in a Rails app. You can use publish_to with a block of JavaScript or supply a hash for use with JSON.
Watch this screencastRailsCasts #317 Rack App from Scratch
Railscasts - 2012-01-16 - paid
Rack comes with many helpful utilities such as request and response objects, various middleware, and MockRequest for testing. Here I cover all of these while building a Rack app from scratch.
Watch this screencast