I received few requests in the past ( personally and recently a comment on my post describing how to use will_paginate plugin ) about how to format pagination links while using will_paginate plugin. … more →
class Nasir < Jamalbseanvt wrote 1 month ago: The will_paginate plugin for Rails uses a key/value assignment like ?page=2, rather than the pretty … more →
Guilherme Cirne wrote 2 months ago: Update: A solução abaixo não é mais necessária. Criei um fork do will_paginate no meu GitHub com um … more →
Guillaume wrote 9 months ago: Here’s the case - I am in rails; - I am in a search page that displays two types of results: v … more →
nasir wrote 1 year ago: I received few requests in the past ( personally and recently a comment on my post describing how t … more →
thirstydoh wrote 1 year ago: Ok, Ferret is great, but how to paginate? I saw several solutions on the net and liked this one the … more →
nasir wrote 1 year ago: We do pagination in Rails by using its built in paginate method in our controller def display_data … more →