AJAX Pagination in rails

Pagination is a very common feature of web application development. Sometimes we need pagination with ajax.
I found lot of blogs and discussion on this but none of them provide better and easy way solution.
Finally I found one of easy solution based on will_paginate gem. For this you have apply below patch in will_paginate/lib/view_helper.rb file

def page_link_or_span(page, [...]