Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
5 Steps to Add Remote Modals to Your Rails App
Sometimes you don’t want to write big JavaScript application just to have working remote modals in...
Cleaning Up Your Rails Views With View Objects
Why logic in views is a bad idea? The main reason not to put the complex logic into your...
How To Name Variables And Methods In Ruby
How To Name Variables And Methods In Ruby What’s in a name? that which we call...
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
Want to make system tests easy to main tain? We have selected some best practice tips to...
How to handle remote services in tests
Do you have difficulties in adding the new tests and their readability decreased due to...
Enum validation in Ruby on Rails 7.1
The latest version of Rails 7.1 introduces the ability to validate enums, enhancing data integrity...
Regular automatic dependencies update with CircleCI
Resolving the auto-upgrade issue will allow having edge gems versions with little to no...
Design Rails JSON API with performance in mind
Caching can reduce load time and increase the throughput of your API endpoints without...
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...