Results 2 issues of KAK

my rails have strange behavior if I use order helper. my controller: def index @search = User.search(params[:search]) @users = @search.paginate(:page => params[:page], :per_page => 40) end 1. Scenario 1: multiple...

Removing window.load, this patch will make harmony works properly with rails 3. see this pastie for more information: http://pastie.org/private/o6sri73teazpf3dv3eq