Ruby class: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 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 29: Line 31:
=== Git ===
=== Git ===
* [http://gitimmersion.com/ Git Immersion] (Online Tutorial)
* [http://gitimmersion.com/ Git Immersion] (Online Tutorial)
* [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 50: 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:Programming languages]]

Latest revision as of 00:24, 10 July 2019

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[edit]

Ruby[edit]

Rails[edit]

RSpec[edit]

Git[edit]

Etc.[edit]

Project Ideas[edit]

Games[edit]

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

Sites[edit]

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

Class Notes[edit]