Latest Screencasts (page 5)
RailsCasts #247 Offline Apps Part 1
Railscasts - 2011-01-03 - free
Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into.
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 #243 Beanstalkd and Stalker
Railscasts - 2010-12-06 - free
Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs.
Watch this screencastRailsCasts #242 Thor
Railscasts - 2010-11-29 - free
Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.
Watch this screencastRailsCasts #241 Simple OmniAuth
Railscasts - 2010-11-22 - free
Authentication is incredibly simple to add with just OmniAuth if you don't need username/password or multiple authentications per user.
Watch this screencastRailsCasts #240 Search, Sort, Paginate with AJAX
Railscasts - 2010-11-15 - free
Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX.
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 #235 OmniAuth Part 1
Railscasts - 2010-10-11 - free
OmniAuth is an easy way to add many different authentication services to your app. In this episode we start integrating it with Devise.
Watch this screencastOAuth with the Twitter Gem
Teach Me To Code - 2010-10-06 - free
Twitter just turned off Basic Auth and is forcing application developer to use OAuth. Here is a demonstration of how to add Twitter OAuth to your Ruby on Rails Application.
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