Blogs


Announcing Stimulus 2.0 - Announcements - Stimulus Discourse
This version introduces two new APIs, values and CSS classes, which replace the data map API from Stimulus 1.0. You can read more about these APIs in the reference documentation:https://stimulusjs.org/reference/values 2.7khttps://stimulusjs.org/re...

Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more! | Riding Rails
Rails 6.1 has been released and wow does it have a lot of great stuff! We’ve been hard at work these past few months implementing improvements to multiple databases, adding support for destroying associations in jobs instead of in-memory, turning ...




Rails 6.1 RC2: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
The second release candidate for Rails 6.1 has been released and brings a more robust experience for those already trying this version. We’ve been hard at work tweaking and adjusting the nobs to have so using this version is a smooth ride to every...


The Ultimate Guide to Blazing-Fast Performance in Rails
Ruby on Rails is a tremendous framework when you want high development velocity for your project or startup. It’s useful right out of the box and comes with a plethora of behind-the-scenes magic to make your life easier. However, it’s not consider...

How to Dockerize a Rails application - Code with Jason
I had to hear Docker explained about 48,766 times before I finally grasped why it’s useful.I’ll explain in my own words why I think Dockerizing my applications is something worth exploring. There are two benefits that I recognize: one for the deve...