Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 18, 2011
1 parent 4488137 commit 6f892df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
== 0.9.13

* Added Mongoid support #5 [juno, hibariya]
This means, Kaminari is now *ORM agnostic* ☇3☇3☇3

== 0.9.12

* Moved the whole pagination logic to the paginator partial so that users can
Expand Down
12 changes: 10 additions & 2 deletions README.rdoc
Expand Up @@ -18,14 +18,22 @@ No special collection class or something for the paginated values but uses a gen
* 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.

* ORM, template engine agnostic
Kaminari supports multiple ORMs (ActiveRecord, Mongoid) and multiple template engines (ERB, Haml).

* Modern
The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper supports the Rails 3 unobtrusive Ajax.


== Rails versions
== Supported versions

* Ruby 1.8.7 and 1.9.2 and 1.9.3

* Rails 3.0.x and 3.1

3.0.x and 3.1
* Haml 3

* Mongoid 2 (beta)

== Install

Expand Down

0 comments on commit 6f892df

Please sign in to comment.