Ruby class: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
= Ruby Class =
Current class information (as of June 2012) is at [[Backend web dev in Ruby on Rails]].


[https://www.noisebridge.net/mailman/listinfo/chunky_bacon Mailing List]
[http://groups.google.com/group/starmonkeys Mailing List]
 
There is also a call for interested people to sign up for another (presumably non-rails) Ruby class at [[Ruby Mining]].


== Learning Resources ==
== Learning Resources ==
Line 31: Line 33:
* [http://progit.org/book/ Pro Git] (Free Book Online)
* [http://progit.org/book/ Pro Git] (Free Book Online)
* Git Tutorial (On your command line, type 'man gittutorial')
* Git Tutorial (On your command line, type 'man gittutorial')
* [http://www.cafe24.com/extensions/api/faq/view.html cafe24 faq view api]


=== Etc. ===
=== Etc. ===
* [http://tomayko.com/writings/rest-to-my-wife REST]
* [http://tomayko.com/writings/rest-to-my-wife REST]
* [http://www.codecademy.com Codecademy]


== Project Ideas ==
== Project Ideas ==
Line 52: Line 56:
* [[ruby_class_2011_03_01|March 1, 2011]]
* [[ruby_class_2011_03_01|March 1, 2011]]
* [[ruby_class_2011_02_22|February 22, 2011]]
* [[ruby_class_2011_02_22|February 22, 2011]]
[[Category:Ruby]]

Revision as of 20:05, 18 June 2012

Current class information (as of June 2012) is at Backend web dev in Ruby on Rails.

Mailing List

There is also a call for interested people to sign up for another (presumably non-rails) Ruby class at Ruby Mining.

Learning Resources

Ruby

Rails

RSpec

Git

Etc.

Project Ideas

Games

  • Poker
  • Tic-Tac-Toe
  • Sudoku
  • Hangman

Sites

  • Noisebridge website
  • Task/Project tracking
  • Rubybat (clone of CodingBat)

Class Notes