Peeling the Layers: Diving (Even) Deeper into ‘rails new’
Unraveling the mystery of the ‘rails new’ command. Let’s explore its options and discover how to shape our Rails application from the get-go.
Unraveling the mystery of the ‘rails new’ command. Let’s explore its options and discover how to shape our Rails application from the get-go.
Ever wondered what exactly happens under the hood when you type ‘rails new my-amazing-app’? This post explores the files and directories that Rails creates f...
Dive into the world of Rails and learn a simplified, no-nonsense way to authenticate your app. HTTP Basic Authentication might not be the flashiest bouncer a...
Explore advanced techniques and best practices for using FactoryBot in your Rails applications to create efficient and maintainable test data management solu...
Learn how to efficiently manage test data in your Ruby on Rails application using FactoryBot.
As software engineers we must know the importance of having efficient and maintainable tests. That’s why we use RSpec, the most popular testing framework for...
Discover the power of Shared Examples in RSpec for Rails and simplify your testing process with reusable and DRY code. Learn how to write shared examples for...
Writing tests is an important part of the development process. But, as your application grows, the test suite can become slower and slower, causing frustrati...
In this article, we delve into the world of RSpec testing in a Ruby on Rails application. By leveraging the power of RSpec, we can ensure that our applicatio...
Are you tired of buggy code and unreliable tests in your Rails project? Look no further! In this article, we will show you how to add the RSpec gem to your R...
Dockerize your Rails application and elevate your development, testing, and deployment process with this step-by-step guide. Experience the reliability and e...
In this tutorial, we will be adding a Trip model to a Rails app. Each Trip can have one or more Destinations and is created by a User. Destination can have o...
Explore the challenges, lessons learned, and best practices in migrating from ActiveJob to Sidekiq::Job for faster and more efficient job processing in Rails...
Quick tip (actually a workaround) on how to install recent Ruby version using ASDF
Naming variables in a Ruby on Rails environment is crucial for code readability and maintainability. Using descriptive and meaningful names, sticking to conv...
This is a quick tip to help you improving your database queries with the pluck ActiveRecord method
Embarking on a new project as a Software Engineer is always a thrilling adventure, especially when it involves creating a new Rails application. In this arti...
Finding a new apartment in Barcelona was tough. Between the high prices, language barriers, and unfamiliar neighborhoods, it seemed like a huge challenge. Bu...
Upgrade to Rails 7 and take your web development to the next level with its new features like support for multiple databases, parallel testing and improved p...
Once upon a time, in a faraway land, there was a kingdom ruled by a powerful sorcerer named ASDF. The people of the kingdom trusted him to manage all the dif...
An exploration of ‘The Phoenix Project’ reveals deep insights into DevOps and the intricate dance of software development.
A tech enthusiast’s personal evolution, from local Brazilian tech events to international stages, and the beautiful journey of embracing new cultures.
Exploring the joys of remote work with a beach view in Llançà, blending productivity with the serenity of the sea.