Hello, all. There's a bunch of free on-line training for Javascript, CSS, etc., etc., but I haven't found anything of the sort for Ruby. I *assume* I'm just looking in the wrong places. But I've really enjoyed the little exposure I've already had -- Ruby seems to take the best of Perl and Python, blend them together, and add some magic fairy dust to boot. I've got a project coming up, and I'd love to do it in Ruby, but I definitely need a bit more of an intro, and a training course (or good documentation suggestions?) would be ideal. Thanks kindly! -Ken
on 2012-11-28 19:37
on 2012-11-28 19:41
On 11/29/2012 07:36 AM, Ken D'Ambrosio wrote: > > -Ken > Have you had a look at this? http://rubymonk.com/ Sam
on 2012-11-28 21:11
http://mislav.uniqpath.com/poignant-guide/book/ The Book is tells a bizzare, yet funny story while teaching the reader Ruby. Scroll down to find more Ruby study sources. If you can get a copy of "Eloquent Ruby", maybe from a library that should be your first choice.
on 2012-11-28 21:23
Am 28.11.2012 21:11, schrieb Michael Sas: > If you can get a copy of "Eloquent Ruby", maybe from a library that > should be your first choice. Depends. It's a really great book but requires some basic understanding of Ruby. For complete newbies I like to recommend Chris Pine's tutorial/book: http://pine.fm/LearnToProgram/
on 2012-11-28 22:08
Codecademy just added Ruby. Learn Ruby the Hard Way by Zed Shaw The Ruby on Rails Tutorial by Michael Hartl Pretty new and those have been the most useful so far. Sent from my iPhone
on 2012-11-29 08:16
Some basic lessons at www.oldkingjames.org click link top of page to lessons index.
on 2012-11-29 08:51
And don't forget about the Ruby Documentation. For example: http://www.ruby-doc.org/core-1.9.3/String.html http://www.ruby-doc.org/core-1.9.3/Array.html http://www.ruby-doc.org/core-1.9.3/Hash.html You can do a LOT with these three. Also, I vote for "Eloquent Ruby" for when you feel a bit more secure with the language. It's simply the best (intermediary with some advanced topics) book I've read so far. If you know a bit about object oriented design, "Design Pattern with Ruby" from the same author is a good one too. Enjoy! ----- Carlos Agarie Control engineering Polytechnic School, University of So Paulo, Brazil Computer engineering Embry-Riddle Aeronautical University, USA 2012/11/29 Alexander McMillan <alexandermcmillan@hotmail.com>
on 2012-11-29 10:00
https://www.edx.org/courses/BerkeleyX/CS169.1x/201... is great online course for Software as a Service with Ruby in mind. There is 2nd part of it on edx.org site, but it's advanced. You will learn Ruby by example, and best practices. 2nd part course: https://www.edx.org/courses/BerkeleyX/CS169.2x/201... I've took 1st part and it's great, even you get unofficial certificate from professors Armando Fox and Dave Patterson. 2012/11/29 Carlos Agarie <carlos.agarie@gmail.com>
on 2012-12-02 00:22
On Wed, Nov 28, 2012 at 7:36 PM, Ken D'Ambrosio <ken@jots.org> wrote: > Hello, all. There's a bunch of free on-line training for Javascript, CSS, > etc., etc., but I haven't found anything of the sort for Ruby. I *assume* > I'm just looking in the wrong places. But I've really enjoyed the little > exposure I've already had -- Ruby seems to take the best of Perl and Python, > blend them together, and add some magic fairy dust to boot. I've got a > project coming up, and I'd love to do it in Ruby, but I definitely need a > bit more of an intro, and a training course (or good documentation > suggestions?) would be ideal. The first edition of the Pickaxe is a bit dated but still a good source IMHO. You find it and other material here: http://ruby-doc.org/gettingstarted/ Kind regards robert
on 2012-12-02 02:54
On Wed, Nov 28, 2012 at 3:51 PM, Eric Christopherson < echristopherson@gmail.com> wrote: > Our own Josh Cheek's Ruby Kickstart: http://ruby-kickstart.com/ > > Aww ^_^ I actually still teach people from this curriculum, though the format is different since the groups are smaller. -Josh
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.