My application.js won't work and application.css won't update in Rails
问题 I configured my application to work on Heroku, but I'm having a problem. In development mode, when I change a part of the CSS and refresh the browser, my CSS doesn't load. I checked the logs, and the application.css doesn't load. I need it to load every time in development mode. Also, my application.js stopped working and I dont know why. development.rb: # Do not compress assets config.assets.compress = false config.assets.precompile += %w( login.css ) # Expands the lines which load the