Rails in Production & Cache

I have ruby 1.9.3-p0, rails 3.2.1 with new app, run in production with
rails s -e production. When open localhost:3000 in browser i get a
message cache: [GET /] miss. Tried to change the caching options
(memori_store, fili_store), does not help.What wrong ?