Ruby (programming language)/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (→Links) |
imported>Tom Morris (→Links) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | |||
==Tools== | ==Tools== | ||
* [http://rubyjedit.org/download/ | * [http://rubyjedit.org/download/ jEdit plugin for Ruby syntax coloring] | ||
* [http://rubyeclipse.sourceforge.net/download.rdt.html Eclipse plugin (RDT) for Ruby development] | |||
==Links== | ==Links== | ||
* [http://www.ruby-lang.org/en/ Official Ruby home page] | |||
* [http://translate.google.com/translate?u=http%3A%2F%2Fwww.rubyist.net%2F%7Ematz%2F&langpair=ja%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools|Yukihiro Ruby creator Matsumoto (Matz) blog] (Google-translated to English) | * [http://translate.google.com/translate?u=http%3A%2F%2Fwww.rubyist.net%2F%7Ematz%2F&langpair=ja%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools|Yukihiro Ruby creator Matsumoto (Matz) blog] (Google-translated to English) | ||
* [http://www.ruby-doc.org/core/ Official Ruby API] | * [http://www.ruby-doc.org/core/ Official Ruby API] | ||
* | * [http://alliance.seas.upenn.edu/~cis700/Lectures/7-ruby-features.ppt Assorted Ruby Features] (Powerpoint lecture) | ||
* [http://alliance.seas.upenn.edu/~cis700/Lectures/10-unit-testing-in-ruby.ppt Unit Testing in Ruby] (Powerpoint lecture) | |||
* | * [http://alliance.seas.upenn.edu/~cis700/Lectures/ Various related Powerpoint lectures] | ||
* | * [http://alliance.seas.upenn.edu/~cis700/ruby/concise-ruby.html A Concise Introduction to Ruby] - by Dr. David Matuszek, University of Pennsylvania | ||
* | * [http://www.zenspider.com/Languages/Ruby/QuickRef.html Zen Spider Quick Reference] | ||
* [http://www.ruby-doc.org/ A good help site] | |||
* [http://www.rubyist.net/~slagell/ruby/ Slagell's Ruby user's guide] | |||
* [http://c2.com/cgi/wiki?RubyLanguage Ruby Language] on C2 Wiki | |||
* [http://c2.com/cgi/wiki?PythonVsRuby Python Vs Ruby] on C2 Wiki | |||
==Online books== | ==Online books== | ||
* [http://pine.fm/LearnToProgram/ Learning to Program] - by Chris Pine | * [http://pine.fm/LearnToProgram/ Learning to Program] - by Chris Pine | ||
* [http://www.ruby-doc.org/docs/ProgrammingRuby/ Programming Ruby: The Pragmatic Programmer's Guide] (fully indexed, slightly out of date) | * [http://www.ruby-doc.org/docs/ProgrammingRuby/ Programming Ruby: The Pragmatic Programmer's Guide] (fully indexed, slightly out of date) |
Latest revision as of 16:53, 30 August 2010
- Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.
Tools
Links
- Official Ruby home page
- Ruby creator Matsumoto (Matz) blog (Google-translated to English)
- Official Ruby API
- Assorted Ruby Features (Powerpoint lecture)
- Unit Testing in Ruby (Powerpoint lecture)
- Various related Powerpoint lectures
- A Concise Introduction to Ruby - by Dr. David Matuszek, University of Pennsylvania
- Zen Spider Quick Reference
- A good help site
- Slagell's Ruby user's guide
- Ruby Language on C2 Wiki
- Python Vs Ruby on C2 Wiki
Online books
- Learning to Program - by Chris Pine
- Programming Ruby: The Pragmatic Programmer's Guide (fully indexed, slightly out of date)