Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
Test-Driven Development (TDD) in Ruby: A Step-by-Step Guide
In Test-Driven Development (TDD), you start with tests, not code. First, write a test that defines...
Rails 8: Introducing the New Default Asset Pipeline – Propshaft
The Rails asset pipeline helps manage static assets like CSS, JavaScript, and images. It improves...
Working with LLMs in Ruby on Rails: A Simple Guide
Why You Need to Work with LLMs Today Large Language Models (LLMs) are reshaping how we...
Kamal Integration in Rails 8 by Default
In Rails 8, Kamal will be included by default. This change aims to simplify deployment and...
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 LLC** is an excellent firm offering various services that can give the business an...
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 Some time ago we needed to make a...
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
At one project we have a set of currently 3k+ tests, running more than 2 minutes. Most of the test...