Latest Free 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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #95 More on ActiveResource
Railscasts - 2008-03-02 - free
See how to handle authentication and custom actions using ActiveResource in this episode.
Watch this screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #34 Named Routes
Railscasts - 2007-05-21 - free
When you add a custom route, make it a named route so you have url helper methods to easily link to that new route. See episode for details.
Watch this screencast