How to Use Mixins and Modules in Your Ruby on Rails Application
By Cleiviane Costa on
Find out how to create and mix modules into other classes and discover what are the benefits from using them in a Ruby on Rails application.
read moreRuby Magic is our special email series where we dive deep into all things Ruby. If you are interested in learning more about concurrency, webservers, memory allocations and garbage collection, you'll love this.
By Cleiviane Costa on
Find out how to create and mix modules into other classes and discover what are the benefits from using them in a Ruby on Rails application.
read moreBy Milica Maksimović on
Check out the most appreciated Ruby posts on our blog in 2020.
read moreBy Milica Maksimović, Stefan Verkerk on
Find out how to integrate AppSignal into a Rails application in our latest video.
read moreBy Paweł Dąbrowski on
Discover different approaches to multitenancy and build a simple app with multiple tenants where each tenant will have its subdomain.
read moreBy Nikola Đuza on
If you're struggling with models, this blog post is for you. We will quickly go through the process of putting your models on a diet and finish strongly with some things to avoid when writing migrations.
read moreBy Tomas Fernandez on
Namespaces help you make sense of what’s happening in your application. Knowing how they work is especially useful for large monolithic projects.
read moreBy Tomas Fernandez on
To extend monitoring everywhere and have all data in a single place, check out our standalone agent.
read moreBy Nikola Đuza on
Should you be concerned about Rails concerns?
read moreBy Nikola Đuza on
Dig into the basics of design patterns and anti-patterns.
read moreBy Josh Beckman on
Let's use some simple math and performance data to find our optimal worker count, based on the work waiting in the queue.
read moreBy Nicholaus Haskins on
Find out what service objects are and why you should use them.
read moreBy Prathamesh Sonpatki on
Let's break down a migration process and find out how to write an effective migration.
read more