I\'ve got a custom will_paginate renderer that overrides WillPaginate::ViewHelpers::LinkRenderer\'s link method like so:
def link(text, target, attributes = {
will_paginate lets you pass in :params for the links:
:params
will_paginate(@user_friends, :params => { :user_id => 95 })