Latest Screencasts (page 9)
RailsCasts #68 OpenID Authentication
Railscasts - 2007-08-27 - free
Ever wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system.
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 #65 Stopping Spam with Akismet
Railscasts - 2007-08-06 - free
The Railscasts site has been getting a lot of comment spam in the past, but no longer. In this episode I will show you how I solved this problem by using the Akismet web service.
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 #51 will_paginate
Railscasts - 2007-06-29 - free
In edge rails (soon to be Rails 2.0), the built-in pagination has been moved into a plugin: classic_pagination. I recommend jumping over to the will_paginate plugin as shown in this episode.
Watch this screencastRailsCasts #33 Making a Plugin
Railscasts - 2007-05-18 - free
You can sometimes remove a lot of duplication by generating methods dynamic. In this episode I will show you how to create a plugin which does exactly that.
Watch this screencast