Use synvert snippets to automatically rewrite ruby code for a smoother upgrade path to Rails 5.
When faking external services in tests, start with something simple. I like having a public interface to adapters and having an in-memory adapter for tests. Let me show you an example.
The tail of how it all started.
I’ve wrapped up my second Scala client project, and I enjoyed SQL.
Ruby 2.6 added function composition to the Proc and Method classes, allowing us to use some functional programming goodness in our Ruby code.
Learning Scala has changed the way that I write my Ruby.
As Ruby developers, we tend to memoize too often.
Rails Path Helpers embark on a quest to find a missing route key only for the tester to discover that errors lie just around the bend…
Learn about the new Readline features coming to Ruby soon.
Static attributes have been the source of much confusion over the years. Their deprecation will come with a rubocop-rspec Cop to automatically replace with dynamic attributes.