Latest Free Screencasts
RailsCasts #322 RABL
Railscasts - 2012-02-08 - free
RABL - Ruby API Builder Language - provides a DSL for generating JSON or XML responses in a Ruby application. Learn how to share and configure complex JSON data in this episode.
Watch this screencastRailsCasts #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 #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 #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 #314 Pretty URLs with FriendlyId
Railscasts - 2012-01-09 - free
If you are tired of model ids in the URL, overriding to_param can only get you so far. The friendly_id plugin can help by making it easy to generate a URL slug and maintain a history.
Watch this screencastRailsCasts #312 Sending HTML Email
Railscasts - 2012-01-02 - free
HTML email can be difficult to code because any CSS should be made inline. Here I present a few tools for doing this including the premailer-rails3 and roadie gems.
Watch this screencastRailsCasts #310 Getting Started with Rails
Railscasts - 2011-12-26 - free
Learning Ruby on Rails can be overwhelming, especially if you are new to programming. Here I will take you on a tour through various resources to help get started with Rails.
Watch this screencastRailsCasts #308 Oh My ZSH
Railscasts - 2011-12-19 - free
As Rails developers, we frequently use the command line. Here I will show how to switch to Z Shell using Oh My ZSH including how to make your own theme and plugins.
Watch this screencastRailsCasts #306 ElasticSearch Part 1
Railscasts - 2011-12-12 - free
Add full text searching using ElasticSearch and Tire. Here I will show the steps involved in adding this search to an existing application. This is the first part in a two part series.
Watch this screencastRailsCasts #304 OmniAuth Identity
Railscasts - 2011-12-05 - free
With the release of OmniAuth 1.0 there is a new Identity strategy which allows users to register/login with a password if they don't want to use an external provider.
Watch this screencast