Episode 7 - Chris Oliver Code and the Coding Coders who Code...
If you're unfamiliar with Ruby's DATA constant don't feel too bad, it's an easy one to miss. Not...
In most of the Rails apps I've built over the years I've had to add my own helpers for a weekday...
I stumbled upon a super neat feature of ActionMailer the other night. If you scroll all the way to...
Form Object Pattern There are a number of design patterns that will help improve your Rail...
During a recent PR review I found myself having to explain why we would want to use each over for/in...
New to Rails 6.1 is a method called class_names, from the ActionView::Helpers::TagHelper module. This...
About a month ago I wrote an article on an issue I had run into a few times and the solution I eventu...
Today I had to restore backup data from one of our SQL dumps to my local development database. For o...
Today I learned (learnt?) about the alias keyword in Ruby. I'm not sure how I've gone this long worki...
Thanks to Colin Bartlett's awesome contribution to the taco_tuesday gem version 0.2.0 has been releas...
For years I've had to add: class Date def taco_tuesday? tuesday? end end to my ruby pro...
A couple of weeks ago I opened a PR to update the documentation of the Vue CLI, specifically the PWA...
Table Of Contents Updating the Service Worker registration Making an update mixin Updatin...
I have always found Aaron Patterson to be hilarious even when bordering on longwinded. I think his op...
You may or may not know that Ruby has a pessimistic operator: ~> It's actually a pretty cool...
I just saw the Hacktoberfest pre-lauch site and noticed that the DEV logo was there! This awesome!...
It's easy to forget to index a model relation. Here's how to find and add it.
My company hires a few interns every summer. Sometimes they are hired for a specific department...
What do you like to do?
My version of what launch told me when I started.
I’m having a weird issue with acts-as-taggable-on when using tagged_with and the any flag. My model...
One of the first apps I built for my company is still in use today and occasionally gets new...
Yes, that's right, Rails has a method named squish. I'll never use gsub again
Ok, so this is slightly hacky. Let me also preface this by saying there's probably no real need to do...
Philly Devs, who's going to LibertyJS?
Too busy for a real post but never too busy for tacos
Basic server set up to to deploy your application with capistrano
WTF is this shit
I've had the unique opportunity to train with and be taught by some of Military's best. Who knew that the best warfighters had great insight into programming.