Ruby class: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
(9 intermediate revisions by 6 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]].


[http://groups.google.com/group/starmonkeys 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 14: Line 16:
* [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 ===
Line 33: 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 47: Line 49:
=== Sites ===
=== Sites ===
* Noisebridge website
* Noisebridge website
* <span class="plainlinks">[http://seoph1.cafe24.com/wordpress/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">Blog in SEO</span>]
* Task/Project tracking
* Task/Project tracking
* Rubybat (clone of [http://www.codingbat.com CodingBat])
* Rubybat (clone of [http://www.codingbat.com CodingBat])
Line 56: 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