davidcelis / goodbre.ws

:beers: An example implementation of Recommendable. Unfortunately now defunct.
https://github.com/goodbrews
GNU General Public License v3.0
59 stars 11 forks source link

Retain search text in production #2

Closed davidcelis closed 12 years ago

davidcelis commented 12 years ago

In production, the search field does not retain its text even though its value is set to params[:q]. Works fine in development, and params[:q] is also used on the tab links on the results page to maintain the query there, which works in production. It's just that text field that suddenly doesn't.