Infinite Scroll using AlpineJS I wasn't able to find anyone who had made an infinite scroll plugin for AlpineJS so I went ahead and rolled one up. I decided to patch Intersection Observer in my version so
ActiveStorage - Migrate from local disk to Amazon S3 So a while ago I wanted to migrate from using the local disk of a server to using Amazon S3 for a site running Rails 6 with Active Storage. I couldn't find any
capistrano Capistrano 3 - How to run a custom rake task on the server Here is a little nice task to put in your /lib/capistrano/tasks folder. This will allow you to run any rake task on the server. desc "Run rake task on server&
git How to set aliases in git Aliases are lovely since you don’t have to write so many characters 🙂 It’s easy to set up your own. Just go to your home catalog and edit your .gitconfig
analytics Cross-Domain Tracking With Google Tag Manager and Universal Analytics The good people over at Luna Metrics have made an awesome screencast on how to properly set up cross domain tracking using Google Tag Manager and Universal Analytics. You can read the original