documentation

This commit is contained in:
Akira Matsuda 2011-02-17 02:43:05 +09:00
parent 287ba694d5
commit aae63bd24c
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
== 0.9.10
* the per() method accepts String, zero and minus value now #7 [koic]
This enables you to do something like this:
Model.page(params[:page]).per(params[:per])
* Added support for Gem Testers (http://gem-testers.org/) #8 [joealba]
== 0.9.9
* :params option for the helper [yomukaku_memo]