<% form_tag({ :action => "search" }, :method => "get") do %>
Search
<%= text_field_tag "q", params[:q] %>
<% end %>