Ruby class
(Redirected from Ruby Class)
Jump to navigation
Jump to search
Current class information (as of June 2012) is at Backend web dev in Ruby on Rails.
There is also a call for interested people to sign up for another (presumably non-rails) Ruby class at Ruby Mining.
Learning Resources[edit | edit source]
Ruby[edit | edit source]
- Ruby Koans
- Test First Teaching - Click on the download button. The first lesson has a walkthrough to get you started.
- Try Ruby (Interactive Tutorial)
- Ruby Warrior (A game where you program your warrior to navigate a dungeon)
- Learn to Program (Website/Book)
- _Why's Poignant Guide to Ruby (Website)
- Programming Ruby (Book)
- ruby-doc.org (Online Ruby Documentation)
- APIDock (Online Ruby Documentation)
Rails[edit | edit source]
- Rails for Zombies (Video/Interactive Tutorials)
- Railscasts (Short Video Tutorials)
- ASCIIcasts (Railscasts.to_s)
- Rails Guides (Online Tutorials)
- Agile Web Development with Rails (Book)
- APIDock (Online Rails Documentation)
- Rails API (Online Rails Documentation)
RSpec[edit | edit source]
- The RSpec Book
- APIDock (Online RSpec Documentation)
Git[edit | edit source]
- Git Immersion (Online Tutorial)
- Pro Git (Free Book Online)
- Git Tutorial (On your command line, type 'man gittutorial')
- cafe24 faq view api
Etc.[edit | edit source]
Project Ideas[edit | edit source]
Games[edit | edit source]
- Poker
- Tic-Tac-Toe
- Sudoku
- Hangman
Sites[edit | edit source]
- Noisebridge website
- Task/Project tracking
- Rubybat (clone of CodingBat)