Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

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 screencast

OAuth 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 screencast

RailsCasts #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

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

Rack 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 screencast

RailsCasts #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 screencast

RailsCasts #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