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.
development.rb と production.rb で定義されている構成を知る方法はありますか?
設定されているものには多くの謎があります。
それを見る方法はありますか?
それがあなたが探しているものかどうかはわかりませんが、レールコンソールを起動できます
> rails c
次に、次のようにアプリケーションを検査します
> <Projectname>::Application.env_config
また
> <Projectname>::Application.config
これにより、アプリケーションの構成ハッシュがいくつか出力されます