Adam Rogers

Adam Rogers @rodreegez

About: Write down the problem, think real hard, write down the solution.

Location:
Portsmouth, U.K.
Joined:
Dec 30, 2019

Adam Rogers
articles - 12 total

I’m on Team Good Commit Messages

There has been some debate on the value of good commit messages, and if we need them at all. I’m on...

Learn More 2 0Feb 4 '23

Updating Rails applications with vimdiff

This is probably one of those things everyone knows about, but I only just figured it out, so here it...

Learn More 8 0Nov 9 '22

GeoJSON, PostGIS and the Right-Hand Rule

GeoJSON expects Polygon and MultiPolygon features are required to be "right-hand wound". I understand...

Learn More 0 0Aug 24 '22

Connect a local Rails app to an RDS Instance via an SSH tunnel through a bastion server

Editor's note: this is supposed to be a bit tongue-in-cheek. We've all felt like this...

Learn More 7 2Dec 13 '21

Rails System Tests with Headless Chrome on Heroku CI

Sometimes your Rails apps just need to execute JavaScript in a real browser. But you also want to run...

Learn More 5 0Jun 4 '21

Password management on the command line

pass is a command line password manager for Linux that embodies the UNIX philosophy. It's like 1Passw...

Learn More 15 2Feb 27 '21

Rails FormBuilders with TailwindCSS

TailwindCSS is all about adding lots of utility classes to your markup to style elements directly. Th...

Learn More 36 0Feb 15 '21

Bridgetown and Environment Variables

This afternoon I had a bit of a time getting environment variables working in my first real stab at a...

Learn More 9 4Dec 7 '20

Re: Learning to code

My dear brother emailed me asking how he could use all this free time he's got in "lockdown" to build...

Learn More 2 1Apr 1 '20

Immutable ActiveRecord Models

I've just implemented something that I think is pretty neat in DeskBeers - an immutable ActiveRecord...

Learn More 12 0Feb 10 '20

Creating and updating users with omniauth

There are a number of tutorials, including the omniauth overview, that suggest having a method along...

Learn More 9 3Jan 3 '20

Switching to Zeitwerk

I’ve just bumped DeskBeers up to Rails 6.0. One of the new things in this release of Rails is the new...

Learn More 6 0Dec 30 '19