Ruby class: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 11: Line 11:
=== Ruby ===
=== Ruby ===
* [http://tryruby.org/ Try Ruby] (Interactive Tutorial)
* [http://tryruby.org/ Try Ruby] (Interactive Tutorial)
* [https://github.com/ryanb/ruby-warrior Ruby Warrior] (A game where you program your warrior to navigate a dungeon)
* [http://pine.fm/LearnToProgram/ Learn to Program] (Website/Book)
* [http://pine.fm/LearnToProgram/ Learn to Program] (Website/Book)
* [http://mislav.uniqpath.com/poignant-guide/ _Why's Poignant Guide to Ruby] (Website)
* [http://mislav.uniqpath.com/poignant-guide/ _Why's Poignant Guide to Ruby] (Website)
Line 16: Line 17:
* [http://ruby-doc.org/ ruby-doc.org] (Online Ruby Documentation)
* [http://ruby-doc.org/ ruby-doc.org] (Online Ruby Documentation)
* [http://apidock.com/ruby APIDock] (Online Ruby Documentation)
* [http://apidock.com/ruby APIDock] (Online Ruby Documentation)
=== Rails ===
=== Rails ===
* [http://railsforzombies.org/ Rails for Zombies] (Video/Interactive Tutorials)
* [http://railsforzombies.org/ Rails for Zombies] (Video/Interactive Tutorials)

Revision as of 16:43, 20 December 2010

Ruby Class

Mailing List

Course Material

Other Learning Resources

Ruby

Rails

RSpec