Sha256: 703a2426a8da3de25a71fca1745522add2b8ec790ca6158bff66d229b4a0f12f

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

=Ruby<em>Run</em> Community Edition Quick Start Guide

This guide is for those who want to get Ruby<em>Run</em> up and running quickly. For complete details and other features of the product, 
please look at the online documenation at http://www.rubysophic.com/download/files/rubyrun-0.9.7.htm

1. To install the latest version of Ruby<em>Run</em>, issue the following command:

      gem install rubyrun

2. To start your Ruby or Rails application with Ruby<em>Run</em> enabled, use the '-rubyrun' option. Examples: 

      ruby -rubyrun script/server -e production
      ruby -rubyrun helloworld.rb

3. For Rails environment, run some transactions. To view the Performance Summary Report, wait for 60 seconds and open the following URL:

      http://[hostname]:[port_number]/rubyrun_rss/perf_summary.xml

4. To view the Method Trace, open the following file with a browser:

      [APPS_DIR]/rubyrun/report/server_[ID]_trace.html

      where APPS_DIR is the path where you start your Ruby or Rails application, e.g. /usr/apps/redmine-0.7.3
            ID is either the process ID or the port number of the Ruby process

5. To report defects or any other questions, please email mailto:support@rubysophic.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyrun-0.9.7 doc/README