Skip to content
  • Yorick Peterse's avatar
    Instrument all ActiveRecord model methods · 44a4fb3351a5
    Yorick Peterse authored
    This works by searching the raw source code for any references to
    commonly used ActiveRecord methods. While not bulletproof it saves us
    from having to list hundreds of methods by hand. It also ensures that
    (most) newly added methods are instrumented automatically.
    
    This _only_ instruments models defined in app/models, should a model
    reside somewhere else (e.g. somewhere in lib/) it _won't_ be
    instrumented.
    44a4fb3351a5
This project manages its dependencies using Bundler. Learn more