Is there a way to know what is the configuration defined in development.rb and production.rb?
there is a lot of mystery into what is set.
Is there a way to see that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
don’t know it is what you are looking for, but you can start a rails console with
and then inspect the Application like
or
which will print out some config hashes of your application