A quick guide to some prominent Ruby on Rails learning materials

10
A quick guide to some prominent Ruby on Rails learning materials by Tom Elam, about.me/tomelam Tuesday, 14 May 13

Transcript of A quick guide to some prominent Ruby on Rails learning materials

Page 1: A quick guide to some prominent Ruby on Rails learning materials

A quick guide to some prominent Ruby on Rails learning materialsby Tom Elam, about.me/tomelam

Tuesday, 14 May 13

Page 2: A quick guide to some prominent Ruby on Rails learning materials

I’ve always felt like a Rails newbie, so please jump in with your observations!

Tuesday, 14 May 13

Page 3: A quick guide to some prominent Ruby on Rails learning materials

www.ruby-doc.orgGet to know your way around the primary sources.Self-confidence, diligence, persistence, and intelligence!Understand what you’re doing, at the very least at a high level!

Start with ruby-lang.org.

Tuesday, 14 May 13

Page 4: A quick guide to some prominent Ruby on Rails learning materials

There’s a tremendous amount of poor advice out there!

Be very careful of glib advice!

You are guaranteed to encounter things that don’t compile some day.

Don’t start too fast. Recovering from a bad install attempt can cost you!

Tuesday, 14 May 13

Page 5: A quick guide to some prominent Ruby on Rails learning materials

Some basics

• Make a good choice for an operating system and distribution.

• Take careful notes.

• Read about your specific setup and requirements.

• Keep track of program output, especially errors and sanity checks.

Tuesday, 14 May 13

Page 6: A quick guide to some prominent Ruby on Rails learning materials

www.ruby-doc.org/docs/ProgrammingRuby

Ruby in Twenty MinutesTuesday, 14 May 13

Page 7: A quick guide to some prominent Ruby on Rails learning materials

The Ruby Programming

Language

From:•The horse•A renowned programming language book author

Tuesday, 14 May 13

Page 8: A quick guide to some prominent Ruby on Rails learning materials

10 Minutes to Your First Ruby Application (neurogami.com)

Tuesday, 14 May 13

Page 9: A quick guide to some prominent Ruby on Rails learning materials

Ruby on Rails

APIsGuidesScreencasts

rubyonrails.org

Tuesday, 14 May 13

Page 10: A quick guide to some prominent Ruby on Rails learning materials

Many Rails books:

•Ruby on Rails 3 Tutorial•Rails 3 in Action•Agile Web Development with Rails•Rails Recipes•...

All out of date or too bleeding edge!

Tuesday, 14 May 13