Latest Free Screencasts
RailsCasts #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 #264 Guard
Railscasts - 2011-05-02 - free
Guard watches files and runs a command after a file is modified. This allows you to automatically run tests in the background, restart your development server, reload the browser, and more.
Watch this screencastRailsCasts #259 Decent Exposure
Railscasts - 2011-03-28 - free
The decent_exposure gem makes it convenient to share controller data with the view through methods instead of instance variables.
Watch this screencastRailsCasts #255 Undo with Paper Trail
Railscasts - 2011-02-28 - free
Undo and redo behavior is easy to add with a versioning gem such as Paper Trail. Learn how to add an undo link to any model's flash message.
Watch this screencastRailsCasts #254 Pagination with Kaminari
Railscasts - 2011-02-21 - free
If you need pagination in Rails 3 try out Kaminari. It is a clean, flexible solution which uses scopes to flow nicely with Active Record queries. Did I mention it also works with Mongoid?
Watch this screencastRailsCasts #253 CarrierWave File Uploads
Railscasts - 2011-02-14 - free
CarrierWave makes it easy and clean to add file uploads to your application. It supports a variety of ORMs, frameworks and image processors.
Watch this screencastRailsCasts #251 MetaWhere & MetaSearch
Railscasts - 2011-01-31 - free
MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.
Watch this screencastRailsCasts #245 New Gem with Bundler
Railscasts - 2010-12-20 - free
Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works.
Watch this screencastRailsCasts #238 Mongoid
Railscasts - 2010-11-01 - free
Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here I cover installation, adding fields, validations, associations, and keys.
Watch this screencastRailsCasts #234 Simple Form
Railscasts - 2010-10-04 - free
Simple Form is a convenient way to generate forms with many options to customize the generated markup.
Watch this screencast