diowa/icare

Application doesn't work after making changes to config/settings/application.rb file

Closed this issue · 2 comments

Hi, I need to override the defaults in the application.rb file such as "app name", currency, fuel consumption.
But after making the necessary changes and deploying the app it doesn't allow new users to create the account. It shows the flash.sessions.error.create error on the app home page.

Do I have to configure these changes in the local.rb file instead even if it is not sensitive data.

Do I have to configure these changes in the local.rb file instead even if it is not sensitive data.

No, you don't. The local.rb file is not deployed or committed to the repository.

This issue seems due to a wrong facebook configuration, please check the application log

Closing here