Mithun Sreedharan
Mithun Sreedharan

Reputation: 51282

Does RoR offer pagination?

Does Ruby on Rails offer pagination methods/helpers as a part of frame works?

Upvotes: 1

Views: 615

Answers (2)

Jeremy Weiskotten
Jeremy Weiskotten

Reputation: 978

There's a new pagination library called Kaminari. There's a Railscast on it.

Upvotes: 3

Chirantan
Chirantan

Reputation: 15634

It used to offer but it has been discontinued from rails 2.0. Why do you need it when you have an awesome plugin called Will Paginate? If you still want to go the ancient way, here is a plugin called Classic Pagination. Extracted from rails 1.x. But doesn't look like it is being maintained post rails 2.3.4.

Upvotes: 6

Related Questions