~rubyweekly | Issue 718 - Real-time Ruby profiling (15)
-
Ruby 3.3.5 Released
Ruby 3.3.5 Released — Not a big release (you’ll be waiting till Christmas Day for that!)...
-
The Thread API : Concurrent, colorless Ruby
The Thread API: Concurrent, Colorless Ruby — The latest in JP’s ongoing series about concurrency, parallelism...
-
Fixed-cost, Monthly Rails Maintenance by FastRuby.io
🚨 Need to Upgrade Rails on a Budget? — Too many security holes in production? Stuck...
-
Say No To Partials And Helpers For A Maintainable Rails Front-End
Say No to Partials and Helpers for a Maintainable Rails Front-End? — Adam enjoyed Garrett Dimon’s...
-
Transpiling Go & Java to Ruby using GPT-4o & Claude 3.5 Sonnet
🤖 Transpiling Go and Java to Ruby using LLMs — An interesting look at a successful attempt...
-
Scaling Rails & Postgres to Millions of Users at Microsoft: Lessons & Takeaways – StepChange
Scaling Rails & Postgres to Millions of Users at Microsoft — Rails at Microsoft? Yup, but that’s...
-
Even Better Specs
Even Better Specs: Guidelines for Maintainable Tests — An opinionated set of best practices to support...
-
Introduction - rbspy: A Sampling CPU Profiler for Ruby
rbspy 0.25.0: A Sampling Profiler for Ruby — What's better than a profiler report for optimizing...
-
GitHub - grosser/i18n_data: Ruby: country/language names and 2-letter-code pairs, in 85 languages, for country/language i18n
🌐 i18n_data 1.0: Country/Language Names in 85 Languages — Present users with country and language names in...
-
https://link.testdouble.com/9h1
The VP of Engineering Guide to CapEx Vs OpEx Budgeting — Understand how CapEx vs OpEx...
-
GitHub - pawurb/pg-locks-monitor: A simple tool to observe PostgreSQL database locks in Rails apps.
pg-locks-monitor: Observe PostgreSQL Locks in Rails Apps — A way to observe database locks generated by...
-
GitHub - kenn/active_flag: Bit array for ActiveRecord
101101.. ActiveFlag: A Bit Array for Active Record — Store up to 64 multiple binary flags as...
-
GitHub - ruby-oembed/ruby-oembed: oEmbed for Ruby
ruby-oembed 0.18: An oEmbed Consumer Library for Ruby — oEmbed is a type of URL-specific metadata...
-
GitHub - fatkodima/active_record_tracer: A tracer for Active Record queries
ActiveRecordTracer: A Tracer for Active Record Queries — Trace queries and report on them by frequency,...
-
GitHub - houen/minitest-rerun-failed: Easy rerun of failed tests with minitest.
minitest-rerun-failed: Easily Rerun Failed Tests with Minitest