mysql - Rails: Order Posts by Page -


i'd order post results page. kind of have on active admin... or every other website in universe. i'm running rails 3.2.1

for example active admin click on this:

http://website.com/admin/users?order=id_desc&page=2 

and have number of posts on page two... set on page 3... etc.

i'm wondering how standard posts page in rails every page has 10 posts.

you want use will_apginate gem https://github.com/mislav/will_paginate


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -