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