Sign in through GitHub
Applied Filters: Free Episodes xPlugins x
will_paginate
Episode #51Jun 29, 200783 comments

will_paginate

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. (6 minutes)
Making a Plugin
Episode #33May 18, 200730 comments

Making a Plugin

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. (7 minutes)