Rails 6.0.3.2 Released — It might be a 0.0.0.1 release, but it’s for security reasons, and you are recommended to upgrade. What was fixed? A vulnerability that can allow untrusted users to run pending migrations in production.
Aaron 'Tenderlove' Patterson
|
The AWS SDK for Ruby v2 End of Life Dates Announced — It’s time to move to version 3 (which was released almost three years ago, to be fair) if you haven’t yet. v2 enters maintenance-only mode in November of this year, and is completely unsupported from November 2021.
Amazon Web Services
|
⚡️ Quick bits:
- It's not Ruby specific news, but for anyone who lived through the PPC to Intel transition, Apple's plan to move from x86 to ARM could certainly throw up some Ruby development hurdles to consider.
- Somehow we missed the release of Cucumber 4.0 earlier this month, but 4.0.1 has just dropped, so we'll announce that instead 😉
|
Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started.
Vettery
|
ℹ️ Interested in running a job listing in Ruby Weekly? There's more info here.
A Look at Ruby 2.7's Enumerable#filter_map — If you missed this addition to Ruby 2.7, check it out as it can help tighten up situations where you might otherwise use select and map back to back (though ultimately filter_map is just like map but that only returns truthy values).
Ashik Salman
|
|