« Buch: The Rails Way | Main | Unobtrusive Javascript »

Pagination

Da man ja in Rails 2.0 nicht mehr die Pagination aus Rails 1.2.6 verwenden kann, muß man sich nach einem Ext.-Plugin umschauen. Ich verwende dafür will_paginate. Es ist schnell implementiert und wird auch von vielen anderen Usern verwendet. In der Video-Plattform hab ich einfach die index-Action erweitert:

@presentations = Presentation.paginate :per_page => 5, :page => params[:page]

In der view dann noch folgenden Code eingefügt:

<%= will_paginate @presentations %>

Also nichts wildes, sondern "Ruck Zuck" implementiert :-).

Man kann will_paginate auch nach seinen Vorstellungen anpassen.

TrackBack

TrackBack URL for this entry:
http://www.innoq.com/movabletype/mt-tb.cgi/2962

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on January 4, 2008 9:55 AM.

The previous post in this blog was Buch: The Rails Way.

The next post in this blog is Unobtrusive Javascript.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type 3.31