I just started working on a new rails app that was developed by another developper and I must take on the projet.
I am experiencing difficulty at the setup level when simply trying to run the app locally in dev mode.
The app doesnt manage to load the assets (css, js, images). I get a ERR_CONNECTION_REFUSED
for every asset file :
I must add that the project is using the
gem 'asset_sync', '~> 1.0.0'
which is used to synchronises Assets between Rails and S3 but which, I think, should not play any role in dev mode.
Do you know why the assets are not loaded by the app in dev mode ?