How do you create a simple search?

How do you create a simple search in a rails app?

For example:
User types in “fruits”
App displays fruits listed in the mysql table

I don’t need any fancy ajax just something fast and simple.

Thanks