huacnlee / rails-settings-cached

Global settings for your Rails application.
Other
1.06k stars 202 forks source link

Load setting in production.rb #246

Closed ThibautGrx closed 6 months ago

ThibautGrx commented 6 months ago

I'm following this part of the documentation: Readonly field, i'm maybe missing something because it doesn't work.

config.action_mailer.smtp_settings allways return the defaut value coming from ENV file. The database connection isn't created yet.