I wrote the next row in index.html.erb:
<script src="/app/assets/javascripts/jquery.js"></script>
I added the file: jquery.js to the folder: app/assets/javascripts
but in the console, I got an error:
GET http://localhost:3000/app/assets/javascripts/jquery.js 404 (Not Found)
please help.
Please use this one
this one is good for you