Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2643 > unrolled thread

Re: Hello

Started byJames Nathan <badlands_2004@yahoo.com>
First post2011-04-11 18:19 -0500
Last post2011-04-11 18:55 -0500
Articles 4 — 3 participants

Back to article view | Back to comp.lang.ruby


Contents

  Re: Hello James Nathan <badlands_2004@yahoo.com> - 2011-04-11 18:19 -0500
    Re: Hello Vincent Manis <vmanis@telus.net> - 2011-04-11 18:49 -0500
    Re: Hello jake kaiden <jakekaiden@yahoo.com> - 2011-04-11 18:50 -0500
      Re: Hello Vincent Manis <vmanis@telus.net> - 2011-04-11 18:55 -0500

#2643 — Re: Hello

FromJames Nathan <badlands_2004@yahoo.com>
Date2011-04-11 18:19 -0500
SubjectRe: Hello
Message-ID<339265.33362.qm@web65902.mail.ac4.yahoo.com>
[Note:  parts of this message were removed to make it a legal post.]

is there a disk that we can seen off and use. so that we can all the parts of ruby and ruby on rails. I would like this disk.
James Nathan

--- On Sun, 4/10/11, James Nathan <badlands_2004@yahoo.com> wrote:

From: James Nathan <badlands_2004@yahoo.com>
Subject: Re: Hello
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Date: Sunday, April 10, 2011, 4:39 PM

does the Free Ride program for Ruby the command program that I need to run and write my program?
James Nathan

--- On Thu, 4/7/11, James Nathan <badlands_2004@yahoo.com> wrote:

From: James Nathan <badlands_2004@yahoo.com>
Subject: Re: Hello
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Date: Thursday, April 7, 2011, 7:29 PM

I am having a hard time to get it up and running. that is Ruby and Ruby on Rails. it seems that no one is willing to help so that we can enjoy this porgram. If their anyway that I can get it downloaded to me, some help to make sure that have the right porgrams. 
James Nathan

--- On Wed, 4/6/11, James Nathan <badlands_2004@yahoo.com> wrote:

From: James Nathan <badlands_2004@yahoo.com>
Subject: Re: Hello
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Date: Wednesday, April 6, 2011, 9:53 PM

hello I am trying to get it stated myself, but I am not sure if I am setting Ruby up right. 

--- On Wed, 4/6/11, Moises Montenegro <moemonty@gmail.com> wrote:

From: Moises Montenegro <moemonty@gmail.com>
Subject: Hello
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Date: Wednesday, April 6, 2011, 4:09 PM

Hello,

I'm new to the Ruby community, but I am very adamant about joining.
I apologize for the inital #help command that was incorrectly sent here.

I'm a full-time web developer in Chicago.

I hope to contribute in the future.

Thanks,
Moises Montenegro

[toc] | [next] | [standalone]


#2647

FromVincent Manis <vmanis@telus.net>
Date2011-04-11 18:49 -0500
Message-ID<51EAD41C-2D92-4EA2-AE62-7E9E4BD1E978@telus.net>
In reply to#2643
On 2011-04-11, at 16:19, James Nathan wrote:

> is there a disk that we can seen off and use. so that we can all the parts of ruby and ruby on rails. I would like this disk.
> James Nathan

James, 

The Ruby system is at www.ruby-lang.org. It contains all of the source code for the Ruby system, written in C and Ruby. If you're running on Windows, you should use the Ruby Installer for Windows, at ruby-forge.org. This has all the software for Ruby on Windows: you download it and run it, and you have Ruby on your computer. 

If you haven't read a book on Ruby, I really recommend you do that. You might possibly find `Ruby: Visual Quickstart Guide' useful. According to the listing on ruby-lang.org, it had 4 glowing reviews and no bad ones, so it might be a good book. You can probably find it in your local public library if you don't want to buy it (I found it in the online catalogs of 2 suburban Vancouver-area libraries, so libraries in your area probably have it as well). 

Hope that helps -- vincent

[toc] | [prev] | [next] | [standalone]


#2648

Fromjake kaiden <jakekaiden@yahoo.com>
Date2011-04-11 18:50 -0500
Message-ID<f98df963d395e3bcdbeb95698c15259a@ruby-forum.com>
In reply to#2643
James Nathan wrote in post #992175:
> is there a disk that we can seen off and use. so that we can all the
> parts of ruby and ruby on rails. I would like this disk.
> James Nathan
>
  i don't know of any disk, but maybe some of this will help...

  these two are the ruby and rails base class api's, which will give you 
information on the built in classes and how to use them:
ruby-doc.org/core/
api.rubyonrails.org/

  the "pragmatic guide" is also very good, and has examples and 
tutorials:
http://www.ruby-doc.org/docs/ProgrammingRuby/

  this is also a decent introduction tutorial:
http://www.troubleshooters.com/codecorn/ruby/basictutorial.htm

  and, of course - there is my personal favorite, the "poignant-guide":
http://www.thinkingaloud.net/whys-poignant-guide-to-ruby/


  -j

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#2649

FromVincent Manis <vmanis@telus.net>
Date2011-04-11 18:55 -0500
Message-ID<AF4508C9-AA4A-4F35-BAD4-12B8559A43EA@telus.net>
In reply to#2648
On 2011-04-11, at 16:50, jake kaiden wrote:
>  these two are the ruby and rails base class api's, which will give you 
> information on the built in classes and how to use them:
> ruby-doc.org/core/
> api.rubyonrails.org/
> 
>  the "pragmatic guide" is also very good, and has examples and 
> tutorials:
> http://www.ruby-doc.org/docs/ProgrammingRuby/
> 
>  this is also a decent introduction tutorial:
> http://www.troubleshooters.com/codecorn/ruby/basictutorial.htm
> 
>  and, of course - there is my personal favorite, the "poignant-guide":
> http://www.thinkingaloud.net/whys-poignant-guide-to-ruby/

These are all excellent books, and for those who really want to grok Ruby,  the Poignant Guide is excellent. But for somebody who is brand new to Ruby, and to programming in general, I'd still recommend Ullman's Ruby: Visual Quickstart Guide as a really good place to start. It does things like walking you through installing Ruby, for example. 

-- vincent

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web