by ScoutAPM | Sep 19, 2024 | engineering, ruby
What is good memory management in Ruby? Besides the language’s baked-in features (like its advanced garbage collection and heap paging mechanism) this also means sensible coding, leveraging mature memory profiling tools – and, of course, using the best monitoring...
by ScoutAPM | Aug 30, 2024 | changelog
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!...
by ScoutAPM | Aug 6, 2024 | engineering
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...
by ScoutAPM | Jul 30, 2024 | changelog
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...
by ScoutAPM | Jul 25, 2024 | engineering
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...