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 Rails 7.2: Generated With .devcontainer

New in Rails 7.2: Generated With .devcontainer

Exciting news from Rails! The latest Rails 7.2 has a new feature. When you create a new app, it now...
How to avoid N + 1 and keep your Ruby on Rails controller clean

How to avoid N + 1 and keep your Ruby on Rails controller clean

Where to put the logic related to database queries optimization in a Ruby on Rails...
JetThoughts Is On GoodFirms Radar for Delivering Effortless Ruby on Rails Development Services to Business of Various Niches

JetThoughts Is On GoodFirms Radar for Delivering Effortless Ruby on Rails Development Services to Business of Various Niches

JetThoughts LLC is an excellent firm offering various services that can give the business an edge...
It’s Time For Active Job

It’s Time For Active Job

It’s Time For Active Job Recently we have upgraded one of our own projects to Rails 4.2....
Stress Testing Your Rails Application Using JMeter

Stress Testing Your Rails Application Using JMeter

Stress Testing Your Rails Application Using JMeter Some time ago we needed to make a...
Our Default Ruby Development Stack

Our Default Ruby Development Stack

Our Default Ruby Development Stack Not that long ago I joined JetThoughts. By this time...
Speed Up Your Rails Test Suite By 6% In 1 Line

Speed Up Your Rails Test Suite By 6% In 1 Line

At one project we have a set of currently 3k+ tests, running more than 2 minutes. Most of the test...
DelayedJob and PG Error No Connection to Server

DelayedJob and PG Error No Connection to Server

DelayedJob and PG Error No Connection to Server Recently I’ve got strange errors on the...
Pay Attention to Method Names in Minitest::Unit

Pay Attention to Method Names in Minitest::Unit

**TL,DR: *don’t define any methods with names name, message, time, pass in Minitest::Unit test...
Recent Searches & Sorting Hashes: How They are Connected

Recent Searches & Sorting Hashes: How They are Connected

In one of the applications, that we are developing, we needed to implement the storing of 10 last...