Latest Screencasts (page 7)
RailsCasts #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 screencastRailsCasts #233 Engage with Devise
Railscasts - 2010-09-27 - free
Janrain Engage (aka RPX) makes it easy to support many authentication solutions through their one service.
Watch this screencastRailsCasts #231 Routing Walkthrough Part 1
Railscasts - 2010-09-13 - free
How does routing work internally in Rails 3? In this episode I'll walk you through the Rails code that makes routing possible.
Watch this screencastRailsCasts #230 Inherited Resources
Railscasts - 2010-09-06 - free
Inherited Resource simplifies RESTful controllers by providing default actions which can be customized through inheritance.
Watch this screencastRailsCasts #229 Polling for Changes
Railscasts - 2010-08-30 - free
If you have frequently changing data on the server side, it's helpful to automatically display this to the user as well. Here I show how to accomplish this with polling in jQuery.
Watch this screencastRack Basics
Teach Me To Code - 2010-08-27 - free
Rack is the basis for most major web frameworks in Ruby (like Ruby on Rails.) This video gives a basic overview on how it is used and what features make it a powerful component for Ruby Web Frameworks
Watch this screencastRailsCasts #228 Sortable Table Columns
Railscasts - 2010-08-23 - free
Here I walk you through adding the ability to sort table columns in ascending or descending order by clicking the header.
Watch this screencastRailsCasts #227 Upgrading to Rails 3 Part 3
Railscasts - 2010-08-16 - free
Here we finish up this upgrade series by removing all deprecation warnings and fixing some problems in the view.
Watch this screencast