Latest Screencasts
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 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 #70 Custom Routes
Railscasts - 2007-09-10 - free
In this episode you will learn how to add custom routes, make some parameters optional, and add requirements for other parameters.
Watch this screencastRailsCasts #63 Model Name in URL
Railscasts - 2007-07-27 - free
By default, Rails uses the model's id in the URL. What if you want to use the name of the model instead? You can change this behavior by overriding the to_param method in the model. Watch this episode for details.
Watch this screencastRailsCasts #46 Catch-all Route
Railscasts - 2007-06-18 - free
Sometimes you need to add complex/dynamic routes. This is often impossible to do in routes.rb, but do not worry. It can be accomplished with a catch-all route. See how in this episode.
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 screencastEpisode 009: REST with Rails
Sdruby - 2006-10-03 - free
In this episode, Kevin Clark shows us some of the new REST features found in Edge Rails. He covers some basic concepts such as HTTP verbs, and also takes a look at using RESTful routes. Here are the slides
Watch this screencast