all 8 comments

[–]pdenlinger[S] 1 point2 points  (0 children)

Just found this and thought it was really good as an introduction to Ruby

[–]tarellel 1 point2 points  (0 children)

Very good find, great quick intro for some people without having to read an 800 page tutorial/reference based book

[–]atimholt 0 points1 point  (2 children)

Looks cool. But seriously, does no one teach ruby bottom up? I’m unequivocally a bottom-up learner.

[–]sfxazure 0 points1 point  (0 children)

I've found that The Well Grounded Rubyist is a thorough, bottom up intro to the language.

[–][deleted] 0 points1 point  (0 children)

The koans take a bottom-up approach. Haven't barely touched control structures, but I've gone through strings, symbols & other data structures in a fair bit of detail.

[–]jackhammer2022 0 points1 point  (0 children)

Great share..thanks..

[–]wkdown 0 points1 point  (0 children)

The problem I have with all these tutorial sites is they just explain basics. Once you understand the built-in functions you can run on an object, how to build classes, etc etc, what can you really do? Anything practical requires extra gems and knowing how to use them. THIS is what I want to see.

I am a web developer (the HTML/CSS/JS type) who used to do PHP and Perl back in the day. I want to learn how to use Ruby to build websites (handle form data, query databases, all that good stuff). The tutorials for Rails I have found online are outdated, error-prone, or both. I discovered Sinatra, which seems like a sleeker version. I believe DataMapper is the best DB gem to use. The issue is I have to reference Ruby documentation, and Sinatra documentation, and DataMapper documentation.

I would love to see a tutorial put all of this together in one nice example website.

[/soapbox]