rubygems
rubygems — my Raindrop.io articles
Start building AI apps in Ruby in 5 minutes. Chat, generate images, create embeddings - all with one gem.
A pragmatic, code-first argument for Ruby as the best language to ship AI products in 2026.
Meet Gemini, Google’s AI assistant. Get help with writing, planning, brainstorming, and more. Experience the power of generative AI.
New modern Ruby infrastructure coming online by the folks who were unceremoniously kicked out of Ruby Central.
For the last ten years or so of working on Bundler, I’ve had a wish rattling around: I want a better dependency manager. It doesn’t just manage your gems, it manages your ruby versions, too. It doesn’t just manage your ruby versions, it installs pre-compiled rubies so you don’t have to wait for ruby to compile from source every time. And more than all of that, it makes it completely trivial to run any script or tool written in ruby, even if that script or tool needs a different ruby than your application does.
How I eliminated the 60-second rdkafka gem compilation wait that was burning 60 million CPU seconds monthly. From compilation hell to 3-second installs.
Protect your Ruby projects from supply chain attacks with Bundler 2.6's new checksum verification. Learn how to implement this crucial security feature today.
We unveil the toolbox of the Martian Rails engineer; we begin constructing a Gemfile from the universe of Martian gems that encapsulate our philosophy and soul.
This article was originally written by Julie Kent on the Honeybadger Developer Blog. If you have...
Let's dive into what RuboCop is, how it helps developers, how to use it, and some key practical use cases.
How many Ruby gems do you have currently installed? With around 50 new gems released daily, it is...
In part one of this series on Devise, we'll cover the basics of the Devise gem.
Security should be one of the main areas of concern while developing a website application. To...
Discover the Best Ruby gems to enhance your project and make development easier. From testing to deployment, these gems will streamline your workflow.
This guide goes over the various ways to install Ruby on Mac, and the pros and cons of each one.
Rubocop recently managed to be listed as one of the most loved and most frustrating ruby gems which is quite an achievement. In this episode, I'll show you how to keep it only in the loved section.
In this quick tutorial I will go over how I use Action Mailer in my Rails apps. A bonus if you have...
I'm not an expert in cryptography — I'm just a developer, and most developers are in this same boat...
Let's dive into Bullet and find out how it can help you identify some database-related problems.
Rbenv, RubyGems, and Bundler work together to give us a lot of control over our code's environment. If you know how they work, you'll be better prepared to troubleshoot any problems you encounter. In this article, Ol...
It can be a challenge when you’re not using Rails to find gems which integrate well. Here are some solid options you can use in any Ruby web application.