jRailsなしでjQueryを使用したRails/Prototypeのobserve_fieldメソッドに相当するものはありますか?
will_paginate を使用して、入力どおりに検索しています。
<%= observe_field('検索',
:頻度 => 2,
:update => '結果',
:loading => "Element.show('spinner')",
:complete => "Element.hide('spinner')",
:url => { :controller => 'foo', :action => 'search' },
:with => "'検索=' + エスケープ(値)") %>