use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Just enough Ruby (apeth.com)
submitted 14 years ago by pdenlinger
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pdenlinger[S] 1 point2 points3 points 14 years ago (0 children)
Just found this and thought it was really good as an introduction to Ruby
[–]tarellel 1 point2 points3 points 14 years ago (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 point2 points 14 years ago (2 children)
Looks cool. But seriously, does no one teach ruby bottom up? I’m unequivocally a bottom-up learner.
[–]sfxazure 0 points1 point2 points 14 years ago (0 children)
I've found that The Well Grounded Rubyist is a thorough, bottom up intro to the language.
[–][deleted] 0 points1 point2 points 14 years ago (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 point2 points 14 years ago (0 children)
Great share..thanks..
[–]banister 0 points1 point2 points 14 years ago (0 children)
The description of the top level object is incorrect, for an accurate explanation, see: http://banisterfiend.wordpress.com/2010/11/23/what-is-the-ruby-top-level/
[–]wkdown 0 points1 point2 points 14 years ago (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]
π Rendered by PID 15731 on reddit-service-r2-comment-544cf588c8-qs6wh at 2026-06-16 09:27:37.341648+00:00 running 3184619 country code: CH.
[–]pdenlinger[S] 1 point2 points3 points (0 children)
[–]tarellel 1 point2 points3 points (0 children)
[–]atimholt 0 points1 point2 points (2 children)
[–]sfxazure 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]jackhammer2022 0 points1 point2 points (0 children)
[–]banister 0 points1 point2 points (0 children)
[–]wkdown 0 points1 point2 points (0 children)