Searching with Ajax
This application demonstrates three
implementations of search,
each accessed with a different action:
- search action --- Conventional Rails request, where
results replace entire page.
- ajax_search action --- Ajax request using
form_remote_tag.
- inc_search action --- Ajax request demonstrating
incremental search using observe_field helper method.