= Kaminari A Scope & Engine based clean and powerful and customizable and sophisticated paginator for Rails 3 == Features * Clean Does not globally pollute Array, Hash, Object or AR::Base. * Easy to use Just bundle the gem, then your models are ready to be paginated. No configuration. Don't have to define anything in your models or helpers. * Scope based simple API Everything is method chainable with less "Hasheritis". You know, that's the Rails 3 way. No special collection class or something for the paginated values but uses a general AR::Relation instance. So, of course you can chain any other conditions before or after the paginator scope. * Engine based I18n aware customizable helper As the whole pagination helper is basically just a collection of links and non-links, Kaminari renders each of them through its own partial template inside the Engine. So, you can easily modify their behaviour or style or whatever by overriding partial templates. * Modern The pagination helper outputs the HTML5