Ruby and Ruby on Rails have an outdated reputation of being difficult to set up, and some jump on thi...
Whether you are a gem maintaining machine or new to the world of authoring gems, this tutorial is for...
My personal website - andrewm.codes has gone through many iterations over the years. Some may view my...
In order to use your images and SVG files with Webpacker 6, you need to put them in the correct place...
A (growing) collection of tools and techniques for debugging your Webpack(er) setup. I highly recom...
In order to add Tailwind CSS 2.0 to your Rails 6 + Webpacker 6 application, you need PostCSS set up,...
In order to process .scss and .sass files with Webpacker 6, you need to add sass-loader and sass. N...
In order to process .pcss files with Webpacker 6, you need to add postcss-loader. I am also going to...
This page has changed since first posted, refer to the changelog at the bottom. In order to proces...
This page has changed since first posted, refer to the changelog at the bottom. In this article, w...
Before we start the upgrade process for Webpacker 6, we are going to create a small demo application...
I've come across this error several times throughout my development career so I figured it was finall...
Heads up! This is not actually a deep dive 😬 With everything going on in the world, I almost forgo...
I’m about to overhaul my settings and plugins in VSCode so this is my “before” shot. I recently upd...
I wanted to get a lot of writing done this weekend but unfortunately I had to take care of a cranky a...
Let's face it, no matter whether its our first or hundredth time, staring at a blank Tailwind CSS is...
A short tutorial on how to use bridgetown-svg-inliner to inline SVG assets on your Bridgetown...
This is a quick tutorial to showcase how you can quickly integrate Netlify CMS into your Bridgetown s...
At CodeFund, we try to keep our dependencies, including Rails, as up to date as possible. We upgraded...
Heads up! This post is a bit outdated. Demo Repository Demo Website What is Bridgetown...
Instantly speed up your Rails application by self-hosting your fonts A font can make or br...
CodeFactor According to their documentation: CodeFactor instantly performs Code Review w...
Accessibility (A11Y) testing cannot be fully automated, and requires special attention in order to ge...
Coverband According to their documentation, Coverband is: A gem to measure production co...
Many of us have been there. You hit ctrl-c on you Ruby on Rails server, but nothing happens. No matte...
Hiding Ruby 2.7 Deprecation Warnings in Rails 6 If you have upgraded your Rails app to Rub...
Tutorial For the purpose of this tutorial, we will assume you have Ruby and the Rails gem...
I have tried different methods to keep development projects on my computer organized but between work...
CI for Ruby on Rails: GitHub Actions vs. CircleCI This is part of a three part series wher...
CI for Ruby on Rails: GitHub Actions vs. CircleCI This is part of a three part series wher...