Full Stack Ruby on Rails Weekly Bookmarks - #50
In this post we're going to be looking at not one but two new exciting things coming to CSS, the......
Simple Rails design patterns with significant impact
If you donβt have time for introducing more significant changes, try implementing smaller yet powerful design patterns.
π€Ί 7 Useful VS Code extension for junior web developers
In my early days of coding I used to get quickly frustrated when my code didn't run. It felt like...
A new way to measure developer productivity β from the creators of DORA and SPACE
An exclusive interview with the four researchers behind a new developer productivity framework: The three dimensions of DevEx
Saving incorrect computed values thanks to race conditions
When saving computed values in the database in your rails app, you must be aware that is possible to find...
This post explores how flog, a tool that analyzes the complexity of your code, can identify areas to refactor.
Ruby on Rails' Most Popular Design Patterns | Scout APM Blog
Improve Rails code by using these design patterns: Builder, Decorator, Form, Interactor, Observer, Policy, Presenter, Query, Service, Value
Common Table Expressions in Active Record | HashNotAdam
Taking a look at how to use a Common Table Expression in Active Record queries in Rails 7.1+
Avoid Putting Logic in Map Blocks
The contents of a map
block should probably be an instance method on each item.
Why an Engineering Manager Should Not Review Code
When discussing team organization, I am often asked: βWhy donβt you have the tech lead manage the team?β My response...
Manage Your Ruby Logs Like a Pro | AppSignal Blog
Discover the ins and outs of logging in Ruby, including how to customize your logs and use logging libraries like...
How-To Add Recommendations to a Rails App with pgvector and OpenAI
Creating recommendations with pgvector, ruby-openai, and the neighbor gem.
A comprehensive guide to the anonymous functions
This article is a deep dive into blocks, procs, and lambdas that will help you to understand how these functions...
Infer name with link_to - Rails Tricks Issue 8
Hi, this week I want to tell you about an improvement coming in Rails 7.1. When you are using the...
Add many attachments without deleting previous ones using ActiveStorage
If you want to add many attachments to a record using just a file field, but you donβt want to...
Introduction to Rails Engines - FastRuby.io | Rails Upgrade Service
An intro to Rails Engines are an architectural pattern that can be used to modularize or pack a Rails application....