Many voices. One Flagrant.

Development

Hotwire-Debug.

Github: Hotwire-Debug Hotwire dropped on the scene this past Christmas and it was right at a time where we were evaluating options for a product we’re building for a client. It seemed interesting and worth a look and as I dug-in a little bit I was both elated to see some Rails-style magic and...

Hotwire-Debug.

January 14, 2021

Github: Hotwire-Debug Hotwire dropped on the scene this past Christmas and it was right at a time where we were evaluating options for a product we’re building for a client. It seemed interesting and worth a look and as I dug-in a little bit I was both elated to see some Rails-style magic and

The Wonderful(ly Frustrating) World Of RSpec.

December 8, 2020

My brain is a gosh darn prodigy when remembering stuff like: Chewing gum jingles. Harry Potter spells. Pretty much any SpongeBob episode. Seriously, I can recite word for word (and what I think is pitch for pitch) the striped sweater song. But test specs? Which are a critical part of my

ActionMailbox - Lessons Learned.

October 27, 2020

ActionMailbox is a great new feature shipped with Rails 6.0 that allows you to receive emails in your website; a sort of counterpart to sending emails with ActionMailer. ActionMailbox handles the complexities of catching and storing emails and exposes a simple configuration pattern and routing