I have a typical search facility in my app which returns a list of results that can be paginated, sorted, viewed with a different records_per_page value, etc. Each of these
link_to 'Link', params.merge({:per_page => 20})