Ruby

From eqqon

(Difference between revisions)
Jump to: navigation, search
(New page: =RUBY=)
(RUBY)
Line 1: Line 1:
=RUBY=
=RUBY=
 +
{| class="eqqon_table" width="100%"
 +
 +
|---------------- style="vertical-align:top;"
 +
|colspan="2"|
 +
===Newsgroups, Mailing lists, Blogs===
 +
:[http://www.ruby-forum.com Ruby Forum mirrors Ruby talk newsgroups]
 +
 +
|---------------- style="vertical-align:top;"
 +
||
 +
===Software V1.8===
 +
:[http://www.ruby-lang.org/en Ruby Home]
 +
:[http://raa.ruby-lang.org Ruby Application Archive]
 +
:[http://jruby.codehaus.org/ JRuby Home]
 +
:{{hilite|[http://www.ruby-doc.org/core/ CORE Docs]}}
 +
:[http://www.ruby-doc.org/stdlib/ STDLIB Docs]
 +
 +
||
 +
===Software V1.9===
 +
:[http://www.atdot.net/yarv/ Yet Another Ruby VM]
 +
:[http://www.ruby-doc.org/core-1.9/index.html CORE docs]
 +
 +
|---------------- style="vertical-align:top;"
 +
||
 +
===RubyCLR===
 +
 +
||
 +
===Ruby .NET===
 +
:[http://plas.fit.qut.edu.au/ruby.net/Download.aspx university of queensland]
 +
 +
|---------------- style="vertical-align:top;"
 +
||
 +
=== Libraries high level===
 +
:[http://rake.rubyforge.org/ Rake]
 +
:[http://rspec.rubyforge.org/ RSpec (BDD Framework)]
 +
:[http://www.rubyonrails.org/ Rails]
 +
||
 +
 +
=== Libraries low level===
 +
:[http://www.ruby-doc.org/stdlib/libdoc/uri/rdoc/index.html URI]
 +
:[http://www.ruby-doc.org/stdlib/libdoc/pathname/rdoc/index.html Pathname]
 +
 +
|---------------- style="vertical-align:top;"
 +
||
 +
===Documentation Language===
 +
:[http://www.rubyist.net/~slagell/ruby/ Ruby Introduction:]
 +
:[http://whytheluckystiff.net/ruby/pickaxe Programming Ruby] (online book)
 +
:[http://www.rubycentral.com/book/ Programming Ruby] (online book)
 +
 +
||
 +
===Documentation C API===
 +
:[[Ruby C Extension|eqqon ruby C extension documentation]]
 +
:[{{DOCUMENTS}}/software/ruby/rhg-2006-05-04/index.html RHG - ruby hacking guide]
 +
:[http://www.ruby-doc.org/doxygen/current/ doxygen docs]
 +
:[http://docs.huihoo.com/ruby/ruby-man-1.4/syntax.html ruby SYNTAX]
 +
 +
|}

Revision as of 22:33, 28 June 2007

Contents

RUBY

Newsgroups, Mailing lists, Blogs

Ruby Forum mirrors Ruby talk newsgroups

Software V1.8

Ruby Home
Ruby Application Archive
JRuby Home
CORE Docs
STDLIB Docs

Software V1.9

Yet Another Ruby VM
CORE docs

RubyCLR

Ruby .NET

university of queensland

Libraries high level

Rake
RSpec (BDD Framework)
Rails

Libraries low level

URI
Pathname

Documentation Language

Ruby Introduction:
Programming Ruby (online book)
Programming Ruby (online book)

Documentation C API

eqqon ruby C extension documentation
RHG - ruby hacking guide
doxygen docs
ruby SYNTAX