doc/README in rubyrun-0.9.8 vs doc/README in rubyrun-0.9.9
- old
+ new
@@ -10,9 +10,14 @@
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:
\ No newline at end of file