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

Latest Free Screencasts (page 9)

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

RailsCasts #237 Dynamic attr_accessible

Railscasts - 2010-10-25 - free

It is important to use attr_accessible for security with mass assignment, but what if you need it to be dynamic based on user permissions? See how in this episode.

Watch this screencast

RailsCasts #236 OmniAuth Part 2

Railscasts - 2010-10-13 - free

In this episode we continue our look at integrating OmniAuth with devise. Here I show how to set up new users with validations.

Watch this screencast

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

RailsCasts #234 SimpleForm

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 #232 Routing Walkthrough Part 2

Railscasts - 2010-09-19 - free

In this episode we continue our look into the Rails 3 router by exploring the Mapper class.

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