Scout Monitoring Changelog – August 2024

This blog holds Product and Engineering release notes for APM web/agent updates. Rails Log Management – BETA As one of our most requested features, Log Management has been a long time coming, so we’re thrilled to announce that our Logs Beta is out!...

Setting Up A RESTful API With Ruby on Rails

Ruby on Rails is an excellent choice for building a REST API, stemming from its design principles and robust feature set. It encourages a resource-oriented architecture, including built-in routing, migrations, and task tools. Rails also includes Active Record, an...

Scout Monitoring Changelog – July 2024

This blog holds Product and Engineering release notes for APM web/agent updates. Documentation Updates We’ve updated our docs to include our new log management feature, which is set for a beta release in the next few weeks. Get a preview of how easy it is to set...

Event-Driven Architectures with Django

Imagine you’re building an e-commerce application. You want to use Django and bring all the benefits of that framework. But there are issues. Django’s service-oriented architecture doesn’t play well with the event-driven nature of what you need to...