Skip to content

Blog

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


New in Ruby on Rails 7.2: Development Containers Configuration

New in Ruby on Rails 7.2: Development Containers Configuration

Development container is a full-featured coding environment. Rails 7.2 introduces configurations for...
Tips for writing readable system tests in Rails

Tips for writing readable system tests in Rails

Want to make system tests easy to main tain? We have selected some best practice tips to...
How to handle remote services in tests

How to handle remote services in tests

Do you have difficulties in adding the new tests and their readability decreased due to...
Placeholder Image

Enum validation in Ruby on Rails 7.1

The latest version of Rails 7.1 introduces the ability to validate enums, enhancing data integrity...
How to avoid N+1 query using SQL views (materialized) in Rails application

How to avoid N+1 query using SQL views (materialized) in Rails application

Consider the way to reduce the queries when calculating the average values and find the...
Rails virtual attributes use cases

Rails virtual attributes use cases

You want to keep some data but do not want to create the new column in the database? Your data should...
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...
JetThoughts is recognized by Techreviewer as a Top Web Development Company in 2020

JetThoughts is recognized by Techreviewer as a Top Web Development Company in 2020

JetThoughts is a web software development company that has proven its value by providing high-quality...
Placeholder Image

Setting Up Docker for Ruby on Rails 7

Introduction: Docker is essential for modern software development, ensuring a consistent...
More control over enum in Rails 7.1

More control over enum in Rails 7.1

ActiveRecord::Enum in Rails have long been a convenient tool for representing a set of symbolic...