Native ActiveRecord encryption is coming in Rails 7, but in the meantime, LockBox to the rescue.
Artist. Designer. Programmer, asking the question. Why?
Have you ever wondered if you could use hotwire with view_component instead of partials. If you have, maybe tried and failed, welcome here. By default hotwire is made to work with partials, which is the built in way to extract 'components' in the con...
What did I learn today 🤔 I learned the difference between break and return keywords in ruby. Details please return exits from the entire function. break exits from the innermost loop. Thus, in a function like so: def testing(target, method) (0..10...
Have you ever spent an entire day just struggling to choose which blogging platform to go with? Medium, Ghost, WordPress, Dev, you name it. Say you chose WordPress, how many hours have you burned just digging around for the perfect theme? This was me...