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
Adding Tailwind CSS to Rails 6 Project
I have just started really exploring Tailwind CSS and so far, love just how customizable things are. In contrast, with Bootstrap or any other framework, you would likely need to write several custom classes to get what you want. But even the default setup for Tailwind pro...
read more