= Bootstrap Pager Bootstrap Pager is an updated version of the Kaminari pagination gem, which is a Scope & Engine based, clean, powerful, customizable and sophisticated paginator for modern web app frameworks and ORMs == New Features added in Bootstrap Pager * Works with Bootstrap out of the box * Now works with mountable rails engines using a namespaced route * Semantic HTML5 markup goodness * Added optional infinite scroll (off by default) == 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 required. Don't have to define anything in your models or helpers. === Simple scope-based API Everything is method chainable with less "Hasheritis". You know, that's the Rails 3 way. No special collection class or anything for the paginated values, instead using a general AR::Relation instance. So, of course you can chain any other conditions before or after the paginator scope. === Customizable engine-based I18n-aware helper As the whole pagination helper is basically just a collection of links and non-links, Bootstrap Pager renders each of them through its own partial template inside the Engine. So, you can easily modify their behaviour, style or whatever by overriding partial templates. === ORM & template engine agnostic Bootstrap Pager supports multiple ORMs (ActiveRecord, Mongoid, MongoMapper) multiple web frameworks (Rails, Sinatra), and multiple template engines (ERB, Haml). === Modern The pagination helper outputs the HTML5