Allow users to hide and show their password with Stimulus.js
Here's a quick and easy way to give your users the ability to toggle (hide and show) their password during login or signup.
In this ex...
How to correctly point your domain to Heroku
Pointing your domain to Heroku has never been a straightforward process, especially if you have a complicated situation. For instance, if you wa...
Add Markdown & Syntax Highlighting to your Rails App
I recently added Markdown to my website using the Redcarpet and Rouge Gem. I initially tried out the CodeRay Gem, but I ended up liking Rouge mo...
How to install Ruby on Rails on Windows 10 with PostgreSQL #2
In my previous tutorial we went over how to install Ruby on Rails using the Windows subsystem for Linux. A fair amount has changed since I creat...
Using Credentials in Rails 5.2. for your database and user password
If you have just started using Ruby on Rails, or you have just updated your Rails application, you may have noticed that config/secrets.yml no l...
How to create active links using Ruby on Rails
For a long time, I was looking for a good clean solution on how to create active links on the Mirror Communications website. I came across a goo...