Adding JQuery in Ruby on Rails 6 Applications
As any Ruby on Rails developer knows, webpacker was a major addition in Rails 6. With the introduction of webpacker, Rails applications no longer need asset pipeline. The app/assets/javascript
is moved to app/javascript
.