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

Latest Screencasts

RailsCasts #350 REST API Versioning

Railscasts - 2012-05-16 - free

APIs should be consistent, but it is difficult to do this when returning a JSON response along side the HTML interface. Here I show how to add a versioned, RESTful API. The version can be determined from either the URL or HTTP headers.

Watch this screencast

RailsCasts #147 Sortable Lists

Railscasts - 2009-02-02 - free

Creating drag & drop sortable lists is fairly easy using Prototype and the built in helper methods. See how in this episode.

Watch this screencast

RailsCasts #139 Nested Resources

Railscasts - 2008-12-08 - free

In this episode I show how to nest resources through routing and go into some new additions in Rails 2.2.

Watch this screencast

REST for Rails 2

Peepcode - 2008-06-02 - paid

The first REST screencast was the top-selling screencast at PeepCode for over a year. We’ve started from scratch and built this one from the ground up for Rails 2 (a few Rails 2.1 features are used, too!). RESTful routes have been a big part of Rails since version 1.2, but...

Watch this screencast

RailsCasts #95 More on ActiveResource

Railscasts - 2008-03-02 - free

See how to handle authentication and custom actions using ActiveResource in this episode.

Watch this screencast

RailsCasts #94 ActiveResource Basics

Railscasts - 2008-02-24 - free

ActiveResource allows you to easily communicate between multiple Rails applications. See how in this episode.

Watch this screencast

RailsCasts #82 HTTP Basic Authentication

Railscasts - 2007-12-02 - free

Rails 2.0 offers an extremely easy way to do HTTP basic authentication. See how in this episode.

Watch this screencast

RailsCasts #77 Destroy Without JavaScript

Railscasts - 2007-10-29 - free

If the user has JavaScript disabled, the "Destroy" link might not work properly. In this episode I will explore a number of ways to work around this issue.

Watch this screencast

RailsCasts #67 restful_authentication

Railscasts - 2007-08-20 - free

Need multiple user authentication? If so, the restful_authentication plugin is a great way to go. It will generate some basic authentication code for you which is good starting point to your authentication system. Watch this episode for details.

Watch this screencast

RailsCasts #35 Custom REST Actions

Railscasts - 2007-05-23 - free

REST adds many constraints. It restricts your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions. Learn how in this episode.

Watch this screencast