rubygems

cover image

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.

cover image

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.

cover image

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.

cover image

This article was originally written by Julie Kent on the Honeybadger Developer Blog. If you have...

cover image

Let's dive into what RuboCop is, how it helps developers, how to use it, and some key practical use cases.

cover image

How many Ruby gems do you have currently installed? With around 50 new gems released daily, it is...

cover image

In part one of this series on Devise, we'll cover the basics of the Devise gem.

cover image

Security should be one of the main areas of concern while developing a website application. To...

cover image

Discover the Best Ruby gems to enhance your project and make development easier. From testing to deployment, these gems will streamline your workflow.

cover image

This guide goes over the various ways to install Ruby on Mac, and the pros and cons of each one.

cover image

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.

cover image

In this quick tutorial I will go over how I use Action Mailer in my Rails apps. A bonus if you have...

cover image

I'm not an expert in cryptography — I'm just a developer, and most developers are in this same boat...

cover image

Let's dive into Bullet and find out how it can help you identify some database-related problems.

cover image

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...