Simple Full Text Search in Rails
No gems, no dependencies, no complexity. Here’s a basic full text search to use on simpler, smaller rails apps.
WebDev Rails
Incentives
Companies seem to be completely blind to the insanity of the incentives they choose to track.
business
Refactoring Rails: Form Objects
Form objects let you work with many objects at once in rails. It's a pattern that's a lot more powerful and clean than accepts_nested_attributes.
JavaScript Spread Operator
When dealing with many different objects in JavaScript, sometimes you need to compile them all down together. The spread operator is a handy function for this and more.
QuickTip JavaScript
Debugging AWS S3 for Rails Active Storage
It could be your CORS configuration for AWS S3 for Rails ActiveStorage
Tech WebDev Rails
Refactoring Rails: Use REST
Just some notes / key takeaways from the course "Refactoring Rails" by the great Ben Orenstein.
Spinning Up a New Rails App
Bookmarking this incredible tool
Refactoring Rails: Callbacks
I've abused callbacks enough to know they have limits. This post is some summarized notes on the recommendations for using callbacks effectively.