mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Updated README to reflect MongoMapper support
This commit is contained in:
parent
5bbc32741f
commit
d6f309b649
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@ No special collection class or anything for the paginated values, instead using
|
|||
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, style or whatever by overriding partial templates.
|
||||
|
||||
=== ORM & template engine agnostic
|
||||
Kaminari supports multiple ORMs (ActiveRecord, Mongoid) and multiple template engines (ERB, Haml).
|
||||
Kaminari supports multiple ORMs (ActiveRecord, Mongoid, MongoMapper) and multiple template engines (ERB, Haml).
|
||||
|
||||
=== Modern
|
||||
The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper supports Rails 3 unobtrusive Ajax.
|
||||
|
@ -35,6 +35,8 @@ The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper s
|
|||
|
||||
* Mongoid 2 (beta)
|
||||
|
||||
* MongoMapper 0.9
|
||||
|
||||
== Install
|
||||
|
||||
Put this line in your Gemfile:
|
||||
|
|
Loading…
Reference in a new issue