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 Paid Screencasts
HTML5: Browser Caching
Peepcode - 2012-02-03 - paid
Browser caching is one of the least understood features of HTML5, but can make a dramatic improvement in your users’ experience of your website. It can speed up your site for both online and offline applications, desktop and mobile. The syntax for using local storage and offline caching is simple,...
Watch this screencastRailsCasts #89 Page Caching (revised)
Railscasts - 2012-02-02 - paid
Page caching is an efficient way to cache full content to be served by the front-end web server. Learn how to deal with pagination, expiration with sweepers, and user-specific content in this episode.
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 #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 #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 screencastRailsCasts #123 Subdomains (revised)
Railscasts - 2012-01-13 - paid
In Rails 3.1 subdomains are easier than ever to use. Here I show how to route a subdomain to a specific controller action, generate links, nest resources, and more.
Watch this screencast