Skip to content

Ruby Exercise Links

lilliealbert edited this page Apr 11, 2013 · 6 revisions

Inspiration for adding more exercises to the RailsBridge Ruby curriculum!

Code Like This has ONE MILLION and Alex Chaffee says we can use them all: http://codelikethis.com/lessons

Maybe we should just add a page to the Ruby curriculum that takes you here: http://testfirst.org/live

Jumpstart Labs has morning exercises: https://github.com/JumpstartLab/warmup-exercises

Ruby Programming Challenge for Newbies: http://ruby-challenge.rubylearning.org/

Project Euler: http://projecteuler.net/

Ruby Quiz: http://rubyquiz.strd6.com/


Instead of 99 bottles of beer on the wall:

  • The computer is tired but can't fall asleep. Have it count 100 sheep outloud. Well, on the screen.
  • Next step: after 100 sheep, the computer falls asleep. Have it print "zzzzzzzzzz" after 100 sheep.
Clone this wiki locally