no route found to match "/search" with {:method=>:get}

you are missing the slash in front of search, it should be:

<form id="searchbox_012963" action="/search">

not

<form id="searchbox_012963" action="search">

/Jonas

Thanks Jonas. I tried that before it didn't work. The solution from Jamal and Alexey worked.