Blogs
A code-first approach to automate the writing of unit tests.
A code-first approach to automate the writing of unit tests. - fixrb/brutal. Let Brutal shape for you in no time the actual behavior of your code through as many combinations of contexts as needed.By delegating to Brutal the repetitive (and redund...
40 Ruby on Rails Application Monitoring Tools [2020]
This is the ultimate tutorial to Ruby on Rails application monitoring in 2020.In this comprehensive guide I'll cover:Explanation of Ruby on Rails metrics worth monitoringBreakdown of different monitoring departmentsHow to pick the right tool for t...
Static Typing in Ruby with a Side of Sorbet | Heroku
Ruby is a dynamic language, which means that types are checked when the code is run. If you try to call a method on an object that does not exist, the compiler will not complain, you'll only find out about that error when the code is executed and ...