Skip to content

Blog

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


Improving Ruby on Rails Test Suite Performance by Disabling Animations

Improving Ruby on Rails Test Suite Performance by Disabling Animations

Optimize your Ruby on Rails testing strategy. Our consulting services show how to enhance test suite performance by disabling animations.
Avoid data migrations in the schema migrations for Rails

Avoid data migrations in the schema migrations for Rails

Avoid data migrations in the schema migrations for Rails Could you re-run all migrations...
Placeholder Image

How to Learn Ruby

Starting to learn a new programming language or a new framework every person faces a problem — what...
How To Memoize False and Nil Values

How To Memoize False and Nil Values

TL;DR: if method can return false or nil, and you want to memoize it, use defined?(@_result)...
Test Driven Thinking for Solving Common Ruby Pitfalls

Test Driven Thinking for Solving Common Ruby Pitfalls

Comrade! Our Great Leader requests a web-service for his Despotic Duties! He has chosen you for...
5 Steps to Add Remote Modals to Your Rails App

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

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

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

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...