You want to learn
more ruby and rails
Here are some resources
first ruby then rails
Slide 3
Slide 3 text
tryruby.org
Learn the basics of ruby in your
browser
You get an idea about what ruby is
and how it works
Great to get started – it just takes
15 minutes.
Slide 4
Slide 4 text
No content
Slide 5
Slide 5 text
rubymonk.com
Free, interactive tutorials to help
you discover Ruby idioms, in your
browser!
Beginner, Intermediate
and Advanced courses
Slide 6
Slide 6 text
No content
Slide 7
Slide 7 text
rubykoans.com
“The goal is to learn the Ruby
language, syntax, structure, and some
common functions and libraries.”
!TestDrivenDevelopment!
Slide 8
Slide 8 text
No content
Slide 9
Slide 9 text
rubykoans.com
1. Download the files
2. Make the test pass
3. Run $ ruby path_to_enlightenment
Slide 10
Slide 10 text
testfirst.org
TDD ruby (and JavaScript)
works similar to rubykoans, but:
There are working tests and you have
to create the code files by yourself
Slide 11
Slide 11 text
Free Ebooks
Learn ruby the hard way [1]
Why’s (Poignant) Guide to Ruby [2]
Ruby User Guide [3]
Beginning Ruby [4]
Slide 12
Slide 12 text
rubywarrior
https://github.com/ryanb/ruby-warrior/
Code game in ruby -> beginner and
advanced mode
Fix the downloaded files and make the
“Terminal”-warrior
Slide 13
Slide 13 text
rubywarrior
like a text-based adventure in the
terminal
README
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
railsforzombies.org
Free Rails course powered by code
school
For Rails Beginners!
Slide 16
Slide 16 text
Railstutorial
http://ruby.railstutorial.org/
Completely Free online available
Build a Twitter-like application
Slide 17
Slide 17 text
railscasts.com
screencasts for ruby on rails
some for free
helpful for solving concrete problems
or learn something new