News
RubyRussia 2020: Holding the largest Ruby event online
For 10 years in a row, we have organized the annual RubyRussia conference in Moscow. In 2019, we managed to bring together over 800 Ruby developers. Yukihiro Matsumoto, Aaron Patterson, Nick Suterrer, and other Ruby stars spoke on our stage.But ma...
Basic gems list for profiling Ruby on Rails application
Even most of the experienced Ruby on Rails developers sometimes forgot about annoying mistakes they produce in the long development processes, like n 1 queries or lose a lot of time with some unexpected queries from nowhere.Not all these mistakes ...
Deep Dive: Moving ruby projects from Travis to Github Actions for CI
So this is one of my super wordy posts, if that’s not your thing abort now, but some people like them. We’ll start with a bit of context, then get to some detailed looks at Github Actions features I used to replace my travis builds, with example c...
Reusable development containers with Docker Compose and Dip
Run and test your code in multiple Docker environments with minimal effort while keeping Docker Compose files under control. Spend less time wrangling YAML and drop into a container of choice from any host folder with one simple command. See examp...