[Rails] Re: will_paginate working in the opposite way expected

2008-12-29 Thread Fernando Perez
Frederick Cheung wrote: On 27 Dec 2008, at 18:38, Fernando Perez wrote: could I be doing wrong? As in Next fetches older posts ? If so you're not doing anything wrong. While you may thing of next as more recents posts, will_paginate only cares about it being the next page. You can tell

[Rails] Re: will_paginate working in the opposite way expected

2008-12-27 Thread Frederick Cheung
On 27 Dec 2008, at 18:38, Fernando Perez wrote: Hi, I am creating a little blogging engine, so I want the most recent posts to display first, so I make a search with :order = 'created_at DESC' For some reason, will_paginate works the opposite way I expect it to be. I mean the