Short Ruby Newsletter - edition 108 highlights
Short Ruby Newsletter - edition 108 highlights🚀 Launches • Landon Gray (pre)launched Dashi - a Streamlit-like Framework for Rubyists • Justin Bowen launched activeagents -...
2024
Short Ruby Newsletter - edition 108 highlights🚀 Launches • Landon Gray (pre)launched Dashi - a Streamlit-like Framework for Rubyists • Justin Bowen launched activeagents -...
This is a post that I will update this weekend with all the steps I am doing to move the newsletter. 05 October 2024 -...
Continuing my updates about the migration of shortrubynews to Beehiiv, at the end of the day today or tomorrow morning (Saturday morning), I will put...
I am currently migrating Short Ruby Newsletter to Beehiiv. I hope to finalize the move by Sunday, 6 October, so the next edition can be...
How do you know if a git commit message is good? If you can browse your git history and understand why those changes were made...
Short Ruby Newsletter - edition 107 is published. Here are some highlights: 🚀 Launches • Ruby Europe launched their community and presented the plans for the...
How to start a new Rails project using Rails 8.0.0.beta1 gem install -v 8.0.0.beta1 rails rails _8.0.0.beta1_ new my_new_app_on_rails8_betaHow to start a new Rails project...
I am not at Rails World, and I have huge FOMO at home. I look at almost all the people going there and already have...
This week, I'll be at EuRuKo 2024 , where I'll speak on two subjects close to my heart: 1. Systematically writing tests to cover more...
The one about Rails performance benchmarks, new Array#fetch_values method and Rails launched an official video series with tips and best practices. 🚀 Launches • Ruby...
In case you have missed the social media announcement let me share here the ✨ Two weeks before Friendly.rb 2024 Update ✨ 👩🏼🦰 Speaker announcementsWe're...
Imagine you wrote this simple PORO in your Ruby on Rails app: class CreditCard::AgeValidator def initialize(age) @age = age end def valid? return true if...
If I were to recommend three articles published last week to read, here is what I would recommend: 1️⃣ The Thread API : Concurrent, colorless...
🚀 Launches • Web Crunch launched the Hello Hotwire course - free with premium build-along modules • Brad Gessler launched Terminalwire - Hotwire, but for...
A strong start in September for Ruby Meetups. Love to see how many events are happeing around the world for Ruby developers. This is just...
Seen on Homepage
I like to write explanatory git commit messages and if the PR/MR has one single commit, I use the commit message as the body of...
Context Consider a list of predicates for an object and the fact that there is a logical priority of considering them. This is just an...
If I were to recommend three articles published last week to read, here is what I would recommend: 1️⃣ Data Modeling Entitlements and Pricing for...
Launches, Discounts and Events • Josef Strzibny (pre)launched a new book "Test Driving Rails: Take Minitest and Fixtures for a spin • "Nate Berkopec announced...
If I were to recommend three articles published last week to read, here is what I would recommend: 1️⃣ The Fixing the Rails 7+ networking...