Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RubyOnRails 3.1 アプリを heroku cedar スタックにデプロイしています。アプリ内から、ホスト名 (つまり ) を自動検出したいと思いappname.herokuapp.comます。Heroku に同じアプリを複数デプロイしています。開発用、ステージング用、本番用です。環境変数を確認したり、アプリ内からアプリのホスト名を見つけるために呼び出しを行ったりできると便利です。
appname.herokuapp.com
する
request.host
あなたが欲しいですか?