Ruby (programming language)/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (→Links) |
imported>Pat Palmer (→Links) |
||
Line 11: | Line 11: | ||
* [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/10-unit-testing-in-ruby.ppt Unit Testing in Ruby] (Powerpoint lecture) | ||
* [http://alliance.seas.upenn.edu/~cis700/ruby/concise-ruby.html A Concise Introduction to Ruby] - by Dr. David Matuszek, University of Pennsylvania | * [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] | ||
==Online books== | ==Online books== |
Revision as of 18:47, 12 September 2007
Tools
Links
- Ruby creator Matsumoto (Matz) blog (Google-translated to English)
- Official Ruby API
- Official Ruby home page
- Assorted Ruby Features (Powerpoint lecture)
- Unit Testing in Ruby (Powerpoint lecture)
- 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
Online books
- http://alliance.seas.upenn.edu/~cis700/Lectures/
- Learning to Program - by Chris Pine
- Programming Ruby: The Pragmatic Programmer's Guide (fully indexed, slightly out of date)