Topic: rails
-
System Testing ViewComponents
How to write system tests for ViewComponents to ensure your Stimulus controllers behave correctly. -
Branch DB Rollback
A nice expansion to the rails db:rollback command that allows engineers to quickly rollback changes specifically for the current branch. -
5 Steps To Change A Column Type With Zero Downtime Deployment In Rails
It's not that easy to make an easy change. Especially if that change is applied to an existing large table. -
ActiveStorage and Turbo: Order Matters
Mind those callbacks when broadcasting live.