Link_to_remote with text_fied.value as parameter

I’ve been having a hard time figuring out how to create a link_to_remote
tag that would post a GET request with the value of a text_field as a
parameter, but without submitting the entire form.

The solution is both easy and elegant. Read the entire tutorial at
http://ariejan.net/2007/02/21/ror-link_to_remote-with-a-text_field-value-as-an-argument/

Hopefully this saves you a few hours of Googling and RTFM’ing.