Skip to content

Blog

Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.


New methods that help implement authentication in Ruby on Rails 7.1

New methods that help implement authentication in Ruby on Rails 7.1

The new version of Ruby on Rails 7.1 has many new features, some of which make writing your own...
Placeholder Image

How we configure Simplecov for our Ruby on Rails projects.

Here’s a step-by-step guide to setting up simplecov with explanations of what each part of the code...
Integrating Bun with Vite Ruby for Lightning-Fast Frontend Builds

Integrating Bun with Vite Ruby for Lightning-Fast Frontend Builds

With the recent release of Bun and its newfound support for Vite, coupled with Ruby on Rails 7.1...
Improving Ruby on Rails Test Suite Performance by Disabling Animations

Improving Ruby on Rails Test Suite Performance by Disabling Animations

Have you ever encountered random failing tests using the Ruby on Rails system tests? If so, you may...
Troubleshooting ruby build

Troubleshooting ruby build

Have you found problems building ruby on a local machine? How to configure your local environment...
TL;DR: Move CI/CD scripts into .automation

TL;DR: Move CI/CD scripts into .automation

Today our /bin folder has become overwhelmed with different development tools and scripts. We put...
Team Structure for MVP

Team Structure for MVP

In structuring a team for MVP, we should consider the following: there is a massive number of...
Auto-install system dependencies for Ruby on Rails

Auto-install system dependencies for Ruby on Rails

Let's integrate Homebrew into our Ruby on Rails Project local set up. There is a convention for Ruby...
How To Setup Default Values For Attributes In Ruby On Rails

How To Setup Default Values For Attributes In Ruby On Rails

Have you ever thought setting default values for attributes in Ruby on Rails could be...
Manage Bundler indirect dependencies versions

Manage Bundler indirect dependencies versions

Have you seen that bundler stuck on finding how to upgrade your gems? What to do if there is a new...