I'm upgrading to Rails 3, and replacing all my link_to_remote calls with link_to(..., :remote => true). However, I'm trying to figure out how to implement the :with option in Rails 3. The :with option is a way to supply a on-the-fly query param using javascript variables.
Any help would be appreciated, thanks.