The application was deplyed without problems and works fine at Heroku.
The problem is that it does not work properly in development (locally). For example, the bootstrap drop-dwpn list for user settings does not work any more, no errors in the browser console. Other features seem to work as needed. Any idea ?
The application was deplyed without problems and works fine at Heroku.
The problem is that it does not work properly in development (locally). For example, the bootstrap drop-dwpn list for user settings does not work any more, no errors in the browser console. Other features seem to work as needed. Any idea ?
Caching.
Thank you Jordon for the reply. I just removed the assets folder created inside ‘public’, removed all the cookies and cache data from the browser and reworked. Is there another solution to avoid to delete the assets folder after compilation?
The application was deplyed without problems and works fine at Heroku.
The problem is that it does not work properly in development (locally). For example, the bootstrap drop-dwpn list for user settings does not work any more, no errors in the browser console. Other features seem to work as needed. Any idea ?
Caching.
Thank you Jordon for the reply. I just removed the assets folder created inside ‘public’, removed all the cookies and cache data from the browser and reworked. Is there another solution to avoid to delete the assets folder after compilation?
config.serve_static_assets = false in your development.rb