Sha256: 5d0490f1df0f3c8fe6235b759cf6ca3d034d15bd1a3f1a7ba433aa4465e34237
Contents?: true
Size: 1.13 KB
Versions: 24
Compression:
Stored size: 1.13 KB
Contents
# ScoutRails 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 Signup for a [Scout](https://scoutapp.com) account and copy the config file to `RAILS_ROOT/config/scout_rails.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
24 entries across 24 versions & 2 rubygems