Adding JQuery to Your Rails 6 App
In this quick tutorial, we will run down how to add JQeury to a Rails 6 app.
Rails 6 has seen many improvements and one of them is that webpacker is the default engine to deploy many of the add on services and libraries in a Rails app, like JQuery.
Add JQuery Via Yarn
...
read more