Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scout_rails_proxy_proxy

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scout_rails_proxy_proxy

  • 1.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

ScoutRailsProxy

A Ruby gem for detailed Rails application performance analysis. Metrics are reported to Scout, a hosted server and application monitoring service. For general server monitoring, see our server monitoring agent.

Scout Rails Monitoring

Getting Started

Install the gem:

gem install scout_rails_proxy

Signup for a Scout 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 and/or email support@scoutapp.com if you need a hand.

FAQs

Package last updated on 04 Sep 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc