How Easy Is It To Contribute To JRuby?
Answer: Very Easy!
Get the Code
Run Your Built JRuby
Install Gems
Run the Benchmarks
Build and Test Your Changes
Look For Bugs To Fix or Report Your Own
JRuby JIRA (bug tracker)
Join the Mailing Lists
JRuby Mailing Lists
Join Us on IRC
Channel #jruby on FreeNode IRC
We're waiting to hear from you!
Get the Code
svn co http://svn.codehaus.org/jruby/trunk/jruby
cd jruby
ant
Run Your Built JRuby
export PATH=$PATH:$PWD/bin
jruby my_script.rb
Install Gems
gem install somegemOR
jruby -S gem install somegem
Run the Benchmarks
jruby -J-server -O test/bench/bench_method_dispatch.rb(-J-server uses the "server" JVM and -O disables ObjectSpace)
Build and Test Your Changes
ant clean test
Look For Bugs To Fix or Report Your Own
JRuby JIRA (bug tracker)
Join the Mailing Lists
JRuby Mailing Lists
Join Us on IRC
Channel #jruby on FreeNode IRC
We're waiting to hear from you!
Written on September 13, 2007