What Do You Think of 'Scoped Gems'?— Here’s an interesting proposal whose author wants more eyes on. The basic idea is that gems can be scoped to specific users – for example s3@aws-sdk rather than aws-sdk-s3 – so that separate RubyGems users can use whatever names they like (within their scope) and also to give end users reassurance that a gem is associated with a particular authoritative source. Matt Muller |
▶ Active Record Tricks— Tips and tricks videos are always popular, and this one covers a lot in just 12 minutes including read only attributes, inserting and upserting, toggling booleans, and single table inheritance. Drifting Ruby |
Breaking the Monolith at Twitch— Twitch is one of a large group of successful companies that began life running as a monolithic Rails app (a la GitHub or Twitter) but they’ve written about where they went from there, how Go entered the picture, and their current practices which are, sadly, mostly Ruby free. (Note there’s a part two.) Mario Izquierdo (Twitch) |
4 Senior ROR Engineers - Remote Since Day 1— Mastered ROR (6-8 years of XP)? Join Anka: The all-in-one solution to export products made of Africa globally. Great technical challenges, fast development opportunities, and a badass team.
Anka |
Ruby Developer— We’re looking for a Ruby Developer to help us integrate APIs, improve the internal framework and build automation tools.
Distribusion Technologies GmbH |
Find Ruby Jobs Through Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers.
Hired |
|
Bootstrapping with Rails Generators and Templates— Rails is famed for its ‘batteries included’ approach of having most things you need ready to use, but what about going a step further with more of your app defined in advance? Hans-Jörg shows off generators and templates and how they can help. Hans-Jörg Schnedlitz |
Hosting Ruby Apps (for Free) on Oracle Cloud with Dokku— It’s interesting to see a different cloud offering getting mentioned once in a while. Oracle Cloud has a rather curious free tier with a lot of potential, though the ideas in this post could apply to almost any VPS. Artem Avetisyan |
How to Avoid Race Conditions in Rails— There are many ways to avoid race conditions, and Rails/ActiveRecord has a solution for each one so knowing the benefits of each approach makes sure you grab the right tool for the job. Godwin Ekuma (Honeybadger Developer Blog) |
N1Loader: A Loader to Solve N+1 Issues with Active Record 'for Good'— I think the author’s enthusiasm speaks for itself: “This gem has proved itself stable in production and deserves a chance to help many engineers around the world. It’s especially great as it fits amazingly with GraphQL and makes it so easy to fix any kind of N+1 issues!” Evgeniy Demin |
|