Is there any way to update the javascript when I reload the page using rails?

I’ve never needed to do this. If you have precompiled assets in the past then deleting public/assets should result in rails compiling assets on the fly.

Fred