Sha256: 12a319909745e768ef3122c75aeefc6cdaaddc4d3e86735708fc2220a83cc6f2

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 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.8.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

      Or

      jruby -rubyrun script/server -e production
      jruby -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

2 entries across 2 versions & 1 rubygems

Version Path
rubyrun-0.9.9.1 doc/README
rubyrun-0.9.9 doc/README