Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Learn More About Ruby and Rails by Carola Boettcher

Learn More About Ruby and Rails by Carola Boettcher

Carola's presentation on where to find resources for continued learning was a great close out to our workshop. Check it out for all of your Ruby and Rails link love.

Rails Girls Munich

December 04, 2013
Tweet

More Decks by Rails Girls Munich

Other Decks in Technology

Transcript

  1. You want to learn more ruby and rails Here are

    some resources first ruby then rails
  2. 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.
  3. rubymonk.com Free, interactive tutorials to help you discover Ruby idioms,

    in your browser! Beginner, Intermediate 
 and Advanced courses
  4. rubykoans.com “The goal is to learn the Ruby language, syntax,

    structure, and some common functions and libraries.” !TestDrivenDevelopment!
  5. rubykoans.com 1. Download the files 2. Make the test pass

    3. Run $ ruby path_to_enlightenment
  6. 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
  7. Free Ebooks Learn ruby the hard way [1] Why’s (Poignant)

    Guide to Ruby [2] Ruby User Guide [3] Beginning Ruby [4]
  8. rubywarrior https://github.com/ryanb/ruby-warrior/ Code game in ruby -> beginner and advanced

    mode Fix the downloaded files and make the “Terminal”-warrior
  9. railscasts.com screencasts for ruby on rails some for free helpful

    for solving concrete problems or learn something new