私はこのlink_to_functionを持っています
= link_to_remote 'Populate Info From ID', :url => {:controller => 'something',
:action => 'populate_from_id'},
:with => "'id=' + $('account_id').value + '&field_prefix=purchaser'",
:update => {:failure => 'account_id_error'}
私はそれらの多くをRailsアップグレードで変換しました, :remote => true, :method => :post
しかし、値を取得するためにwith条件を追加する方法がわかりません...任意のアイデア