Latest Free Screencasts (page 3)
RailsCasts #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 screencastRailsCasts #302 In-Place Editing
Railscasts - 2011-11-28 - free
Edit an attribute in-place without leaving a page using the Best In Place gem. Learn how to add validations and support for various field types.
Watch this screencastRailsCasts #300 Contributing to Open Source
Railscasts - 2011-11-21 - free
GitHub makes it easier than ever to contribute to open source with pull requests. Here I show how to submit a pull request to the VCR project.
Watch this screencastRailsCasts #298 Getting Started with Spree
Railscasts - 2011-11-14 - free
Spree allows you to quickly turn a Rails project into a full eCommerce application. Here I show how to set it up and configure the look and feel of the store.
Watch this screencastRailsCasts #296 Mercury Editor
Railscasts - 2011-11-07 - free
Mercury allows you to edit a section of HTML directly in the web browser through a WISYIWYG editor. Here I show how to integrate Mercury into a Rails app and save the changes back to the database.
Watch this screencastRailsCasts #294 Playing with PJAX
Railscasts - 2011-10-31 - free
PJAX allows you to quickly update a section of a page using AJAX with automatic pushState support. Here I show how to use both pjax_rails and rack-pjax gems.
Watch this screencastRailsCasts #292 Virtual Machines with Vagrant
Railscasts - 2011-10-24 - free
Vagrant allows you to run your Rails application and all of its dependencies in a portable, sharable environment. Use for development, set it up as a staging server, or experiment with a production setup.
Watch this screencast