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

Latest Screencasts (page 6)

RailsCasts #246 AJAX History State

Railscasts - 2010-12-27 - free

The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.

Watch this screencast

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

RailsCasts #244 Gravatar

Railscasts - 2010-12-13 - free

Gravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.

Watch this screencast

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

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

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

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

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