Ruby

From eqqon

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

Revision as of 16:59, 1 July 2007

Contents

[hide]

RUBY

Newsgroups, Mailing lists, Blogs

Ruby Forum mirrors Ruby talk newsgroups

RubyCLR

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)