1
我是RoR的新手,我想在我的應用程序中包含分頁。如何在rails 3.2.3中使用分頁?
這是執行此任務的最佳方式?請建議我。是否可以在導軌3.2.3中使用will_paginate
寶石?
如果是的話,在該方法中我應該包括:
Post.where(:published => true).paginate(:page => params[:page]).order('id DESC')
Post.page(params[:page]).order('created_at DESC')
[雷](https://github.com/amatsuda/kaminari)是其他主流方案。 – x1a4
感謝您的回覆。但是,當我使用這個coed,然後出現以下錯誤:undefined mentho'paginage'爲# –
@Ganeshkunwar什麼錯誤? –