Social Media Times Are Changing

Technology Social Media
It has been interesting to follow the story of Twitter going from public company to being purchased by Elon Musk for more money than I could ever imagine. Since that time it seems like you either love or hate Musk as the owner of a private Twitter. He’s a way...

Hotwire Fix for CORS Error when using Omniauth

Hotwire Ruby on Rails
I’ve been working on a small side project lately and having some fun trying some new Ruby on Rails features. The application allows a user to authenticate using their Twitter account. I’m using the omniauth-twitter gem to implement the Twitter strategy with OmniAuth. It works great; the user is redirected...

Fix Installation of Ruby using rbenv on macOS Big Sur

Mac Ruby
I’ve been using with rbenv to manage installation and switching of Ruby versions for the pass year and have been very happy with it. I recently took the plunge and upgraded my main Apple MacBook Pro from macOS Catalina to Big Sur. Everything seemed to work well after the upgrade....

Overcoming the Mimemagic Fiasco

Ruby on Rails
I’m sure if you are a Ruby on Rails developer, you have heard about the fiasco that is Mimemagic. It seems a component used in the Mimemagic gem was under a GPL license which was different than Mimemagic but because of how these licenses work, trickles down to users of...