Today, maiha, the author of the one of the most authorized
And then I merged it into the master and pushed to the GitHub.
http://git
Here is the list of improvemen
<モデル>
- AR.paginat
e の第三引数に options を渡せるように変更 - AR.paginat
e の options は第一引数でも可能にした AR.paginat e(params[:page], 10, options) 以外にも以下のように書ける 1 options = { 2 :page => params[:page], 3 :per_page => 10, 4 :order => "id", 5 } 6 AR.paginate(options)
<ヘルパ>
- Helper#paginate のオプション名を変更 (newer->prev, older->next)
昇順、降順によって newer/olde
r が逆の意味になってわかり辛かったので - Helper#paginate の各要素にクラス名を付与
will_pagin
ate のスタイルシートがそのまま使えるように合わせた - Helper#paginate のリンクに rel 属性を追加
AutoPageri
ze 対応 - Helper#paginate のオプションに truncate を追加 省略時の '...' を設定可能にした
Thanks again!
posted by
takiuchi
on Fri 26 Sep 2008
at 18:48