Sha256: 969a404e27c04e86c48a29d85e4e79040ee756e3f1ab98494b52366f4b7fdccd
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# ScoutRailsProxy A Ruby gem for detailed Rails application performance analysis. Metrics are reported to [Scout](https://scoutapp.com), a hosted server and application monitoring service. For general server monitoring, see our [server monitoring agent](https://github.com/scoutapp/scout-client).  ## Getting Started Install the gem: gem install scout_rails_proxy Signup for a [Scout](https://scoutapp.com) account and copy the config file to `RAILS_ROOT/config/scout_rails_proxy.yml`. Your config file should look like: common: &defaults name: YOUR_APPLICATION_NAME key: YOUR_APPLICATION_KEY monitor: true production: <<: *defaults ## Supported Frameworks * Rails 2.2 and greater ## Supported Rubies * Ruby 1.8.7 * Ruby 1.9.2 * Ruby 1.9.3 ## Supported Application Servers * Phusion Passenger * Thin * WEBrick * Unicorn (make sure to add `preload_app true` to `config/unicorn.rb`) ## Help See our [troubleshooting tips](https://scoutapp.com/info/support_app_monitoring) and/or email support@scoutapp.com if you need a hand.
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
scout_rails_proxy-1.0.6 | README.markdown |
scout_rails_proxy_proxy-1.0.5 | README.markdown |