$ rake assets:precompile
rake aborted!
could not connect to server: Network is unreachable
Is the server running on host "192.168.163.70" and accepting
TCP/IP connections on port 5432?
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [/usr/local/Cellar/ruby/1.9.3-p0/bin/ruby /...]
そのため、開発ボックスでアセットをプリコンパイルしようとしています。なんらかの理由で、本番データベース (192.168.163.70) への接続を試み、接続に失敗すると中断します。
なぜそれが行われ、どうすれば問題を解決できますか?