Latest Screencasts (page 11)
RailsCasts #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 screencastEpisode 017: ActsNaked
Sdruby - 2007-02-15 - free
In today's episode, Patrick Crowley introduces his first Rails plugin titled ActsNaked. It's an easy way to strip your models and keep them DRY.
Watch this screencastEpisode 011: ActsAsTaggable Plugin
Sdruby - 2006-11-06 - free
Patrick Crowley discusses his experiences with acts_as_taggable. He starts off outlining some of the differences between the gem and the plugin. Patrick then creates a simple app to show off some of the capabilities of the plugin.
Watch this screencastEpisode 010: REST Web Services with Rails
Sdruby - 2006-10-03 - free
Chris Abad talks a little bit about providing web services to your Rails application using some of the new REST features found in Edge Rails. At the end, he also throws in a bonus tip on using Rick Olson's authentication plugin restful_authentication to add authentication to your REST API. Here are the slides
Watch this screencastEpisode 005: ARTS Plugin
Sdruby - 2006-09-08 - free
Kevin Clark demos his new Rails plugin, ARTS, which allows you to test your RJS templates.
Watch this screencastEpisode 007: Rails Authentication
Sdruby - 2006-09-08 - free
Kevin Clark gives us a brief overview of two of Rick Olson's authentication plugins: acts_as_authenticated and restful_authentication.
Watch this screencast