Rails3.1 WEBrickのproductionモードであやしげなエラー

WEBrickをproductionモードで動かすと以下のようなエラーが発生することがあります。

ActionController::RoutingError 
(No route matches [GET] "/assets/application-0de4153bb351a121359b0ff0c1d35e88.js"):

これはconfig/environments/production.rb中の以下の行を
falseからtrueにしてやると発生しなくなります。

config.serve_static_assets = false

ネタもと
http://stackoverflow.com/questions/7106820/rails-3-1-actioncontrollerroutingerror-no-route-matches-get-assets-rails