• Yorick Peterse's avatar
    Instrument all ActiveRecord model methods · bcee44ad
    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.
    bcee44ad
This project manages its dependencies using Bundler. Learn more