Why Ruby blocks are misunderstood
yield, honestly, is a word that translates poorly to other languages. The closest translation I could think in my native language (Portuguese) was “Ceder” (to yield) or “Desistir” (to give up), whi...
yield, honestly, is a word that translates poorly to other languages. The closest translation I could think in my native language (Portuguese) was “Ceder” (to yield) or “Desistir” (to give up), whi...
lang: en Imagine you work for Connection CRM a vital tool for your sales and support team. Your boss asks you to develop an easy way to visualize different events in a single screen. The event typ...
lang: en You’ve just finished explaining a feature to your AI coding assistant. After a few minutes of typing, it proudly announces: “Done! I’ve made changes to 12 files across 4 different subsyst...
lang: en Have you ever faced a situation where bundle install runs perfectly in CI or inside a Docker container, but fails miserably on your local machine with a Bad username or password error? I...
This is a base line guide to setup a solid rails project in no time. I’m going to install rails, rspec and factory bot. I will use only the latest and the greatest versions on this guide. Lets do t...
The page object pattern is a handy technique you can use to simplify the interaction with forms in a web app. Take a look at this code in rspec. it "can create posts" do login_as(user, :sco...
=) Let the journey Begins!