Solidus Roadmap Update Q2 2020 Released
With the second quarter of 2020 in the rear view mirror, it's time to revisit the progress being made on the Solidus eCommerce platform.
With the second quarter of 2020 in the rear view mirror, it's time to revisit the progress being made on the Solidus eCommerce platform.
What do you think of the new literal syntax Koichi Sasada and Matz have been discussing adding to Ruby?
I've been given the opportunity to help steer the development of Solidus.
There's a new Solidus release out that includes Rails 6 support and much more!
Here's a pragmatic strategy for getting things done when excessive ActiveRecord callbacks are getting in your way.
Find out how the community is moving Solidus and Rails-powered eCommerce forward!
Our annual conference is coming up soon. Register now if you haven't yet!
Learn how to confidently track down and fix bugs that live outside your application in third-party gems.
Find out the difference between statements and expressions in Ruby, with a concrete, but highly unusual example.
I've noticed a common mistake where developers refactor Rake tasks and end up causing some unintended side-effects. I take a look at what's going on, and how we can fix the problem.
Following up on Luke Francl's great article from last month, I take a look at how to make the best of a long-lived upgrade branch when parameterizing your Gemfile is out of the question.
I take a look at a fun case of permissive error handling that causes a Rails controller to accidentally catch an exception from RSpec.