The Ruby community is one of the best I’ve ever had the chance to participate in. We’ve got strong values on code quality, tests and best practices but sometimes it feels like a religion.
Read more »
Authorization is something that you will run into in many scenarios as you build Ruby on Rails apps. There are a lot of gems like Pundit… (more…)
Read more »
One of the main advantages of GraphQL is, we can create queries with a different combination of datasets which will avoid multiple requests to fetch … (more…)
Read more »
Capybara is an acceptance test framework for web applications. Learn how to use it with Minitest for integration testing of your Ruby on Rails applications.
Read more »