siwapp-ror icon indicating copy to clipboard operation
siwapp-ror copied to clipboard

RailsSettings: weird behavior

Open ecoslado opened this issue 7 years ago • 1 comments

With v0.4.6: You put Settings.port as a string and it doesn't work. -> Settings.port.to_i make it to work ok.

With v0.6.0: When ApplicationMailer smtp_settings appears with nil values inside.

ecoslado avatar Oct 25 '16 12:10 ecoslado

While rake db:setup getting following error NameError: uninitialized constant RailsSettings::CachedSettings

kshyam avatar Feb 16 '19 14:02 kshyam