Skip to content

Blog

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


Simple Lead Generation Tactics

Simple Lead Generation Tactics

How to build the Lead Generation workflow? Which tools should be used? In JetThoughts, we build...
Where to read ENV variables in Ruby on Rails application

Where to read ENV variables in Ruby on Rails application

The ENV variables should not be used outside the config folder. This rule will allow the...
Anonymous block argument in Ruby

Anonymous block argument in Ruby

In the Ruby programming language, it is possible to use default block parameters instead of...
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...
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...