May 21

will_paginate‘ is one of the most widely used plugins in most of the ruby on rails projects.will_paginate is an alternative to the classic_pagination plugin, which is the pagination plugin that basically took the pre Rails 2.0 pagination implementation and packaged it in plugin form
1.How to Install will_paginate
the simple method
gem install mislav-will_paginate

There are some other method you can find it here.

2.Example

In controller
@gallery=Gallery.find(:all,:order=>”position asc”).paginate :page => page,:per_page=>10

where :per_page passes the number of gallery you want to display.You can change it according to your need 1-100
will_paginate defines it to be 30 by default

In View

you can simply use

<%= will_paginate @gallery %>
some advanced …

<% if @gallery.previous_page %>
<%= will_paginate @gallery,:page_links=>false, :next_label => “”, :prev_label => image_tag(“/images/icon/arrow.png”, :border => “0″) %>
<% end %>

<% if @gallery.next_page %>
<%= will_paginate @gallery,:page_links=>false, :next_label => image_tag(“/images/icon/arrow.png”,, :border => “0″), :prev_label => “” %>
<% end %>

If we put page_links=>false then it won’t display 1,2,3… and next_label and prev_label => “” as null it won’t display Next and Prev

Ryan Bates made an awesome screencast check it out here

written by admin


14 Responses to “will_paginate-Ruby on Rails plugin”

  1. 1. reviewazon Says:

    Thank you so much for this post. I use the reviewazon plugin.

  2. 2. ieyxqwnl Says:

    ATYXYj qaayxfbinktw, [url=http://nixopqomnaht.com/]nixopqomnaht[/url], [link=http://chahuwkudvmp.com/]chahuwkudvmp[/link], http://dfhsumjrkush.com/

  3. 3. Reviewazon user Says:

    I’ve been using the great ReviewAZON wordpress plugin for several months now. It’s a great and user friendly plugin that speeds up the creation of Amazon product wordpress blogs

  4. 4. mvgftpsjc Says:

    6o0cvV xcsuhgzvyvmi, [url=http://astphptchnpj.com/]astphptchnpj[/url], [link=http://ysehdjfzzlfx.com/]ysehdjfzzlfx[/link], http://aeqluziszxmk.com/

  5. 5. Jeanett Urquhart Says:

    Fantastic summary, this is very similar to a site that I have. Please check it out sometime and feel free to leave me a comenet on it and tell me what you think. Im always looking for feedback.

  6. 6. Cristie Felan Says:

    Here is another good post regarding getting a lot of traffic from Twitter via your WordPress sites. Check it here: http://www.wordpressrobot.com/5-steps-to-becoming-highly-infectious-on-twitter

  7. 7. Geraldo Fatula Says:

    I have read a few of the articles on your website now, and I really like your style of blogging. I added it to my favorites weblog list and will be checking back soon. Please check out my site as well and let me know what you think.

  8. 8. Song Lyrics Says:

    This is a good post, I stumbled across your story while looking for some random stuff. Thanks for sharing, I’ll be sure to come back.

  9. 9. Edwin Drain Says:

    I’m pleased I located this web site, I couldnt find any knowledge on this matter prior to. Also operate a site and if you want to ever interested in doing some visitor writing for me you should feel free to let me know, i’m always look for people to check out my site. Please stop by and leave a comment sometime!

  10. 10. what does my name mean Says:

    hi wats your myspace page

  11. 11. Shawn Fujikake Says:

    Fantastic blog post, this is very similar to a site that I have. Please check it out sometime and feel free to leave me a comenet on it and tell me what you think. I’m always looking for feedback.

  12. 12. Dorothy Cauthen Says:

    Here is another excellent blog regarding getting mass traffic from Twitter with your WordPress based website. Check it here: http://www.wordpressrobot.com/5-steps-to-becoming-highly-infectious-on-twitter You can use unlimited Twitter accounts to tweet from and use proxy IP’s if you prefer. This will absolutely bring in tons of visitors from Twitter to all your WordPress sites. All completely on autopilot!

  13. 13. Cherelle Chase Says:

    This is a exceptional blog, I located your site checking yahoo for a related topic and arrived to this. I couldnt discover to much other info on this post, so it was great to locate this one. I will likely end up being back to check out some other posts that you have another time.

  14. 14. subway coupon code Says:

    Whats up, This is a fantastic summation, I located your blog checking google for any similar subject and observed this. I couldnt find too significantly other tips and details on this posting, so it was good to find this one. I am going to most likely be returning to take into account many other content which you have written an additional time.

Leave a Reply