Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2848 > unrolled thread
| Started by | James Nathan <badlands_2004@yahoo.com> |
|---|---|
| First post | 2011-04-14 09:52 -0500 |
| Last post | 2011-04-16 00:38 -0500 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.ruby
Re: Hello James Nathan <badlands_2004@yahoo.com> - 2011-04-14 09:52 -0500
Re: Hello Vincent Manis <vmanis@telus.net> - 2011-04-14 16:57 -0500
Re: Hello Ronnie Collinson <notthinking@gmail.com> - 2011-04-15 23:47 -0500
Re: Hello Eric Christopherson <echristopherson@gmail.com> - 2011-04-16 00:38 -0500
| From | James Nathan <badlands_2004@yahoo.com> |
|---|---|
| Date | 2011-04-14 09:52 -0500 |
| Subject | Re: Hello |
| Message-ID | <615462.4665.qm@web65901.mail.ac4.yahoo.com> |
[Note: parts of this message were removed to make it a legal post.] maybe that is why I am having such a hard time with it. but the other Ruby Programs to see if they are up and running. James Nathan --- On Wed, 4/13/11, Martin DeMello <martindemello@gmail.com> wrote: From: Martin DeMello <martindemello@gmail.com> Subject: Re: Hello To: "ruby-talk ML" <ruby-talk@ruby-lang.org> Cc: "James" <oscartheduck@gmail.com>, "Vincent Manis" <vmanis@telus.net> Date: Wednesday, April 13, 2011, 2:06 PM FreeRIDE hasn't been worked on in years, and can be considered obsolete. NetBeans is on the heavy side, but is probably your best bet right now. martin On Thu, Apr 14, 2011 at 1:02 AM, James <oscartheduck@gmail.com> wrote: > Hi all, > > I'm working with James Nathan to get him up and running. > > As an investment in future knowledge, I just installed FreeRIDE on Windows 7 > x64, and whilst the text editor opened just fine it wouldn't actually run a > ruby program. The editor window hung with a "not responding" error. > > best > > James > > On Tue, Apr 12, 2011 at 7:30 PM, Vincent Manis <vmanis@telus.net> wrote: > >> On 2011-04-12, at 18:27, James Nathan wrote: >> >> > does ruby need the visual studio 2008 to run? >> > James Nathan >> >> No. >> >> -- vincent >> >> >
[toc] | [next] | [standalone]
| From | Vincent Manis <vmanis@telus.net> |
|---|---|
| Date | 2011-04-14 16:57 -0500 |
| Message-ID | <0C55B74D-4579-4034-B0AB-14738FFBDBDA@telus.net> |
| In reply to | #2848 |
On 2011-04-14, at 07:52, James Nathan wrote: > maybe that is why I am having such a hard time with it. but the other Ruby Programs to see if they are up and running. > James Nathan Several of us have been advising you to stay away from FreeRIDE. Here's a suggestion for you, James. 1. Go to tryruby.org and play with the Ruby system there. Try out some simple Ruby statements and see how they work there. 2. Open a Command Prompt window on your own computer, and type irb If this works, you should see the same kind of output you got at tryruby.org. You can try the same examples there as you did at tryruby.org. If Windows complains that it doesn't know about irb, then you may have Ruby installed wrong. Read the directions for installing Ruby carefully, and reinstall it. 3. Once you have that working, open Notepad, and type a small Ruby program in. Save it in a file named something.rb (the part before the . can be anything you like, but it must end with .rb). Because of a limitation in Notepad, when you save the file the first time, you must put the name in double quotes: "something.rb". Now, in your Command Prompt window type `ruby something.rb'. If your program doesn't have any mistakes in it, it should run correctly. Hope that helps -- vincent
[toc] | [prev] | [next] | [standalone]
| From | Ronnie Collinson <notthinking@gmail.com> |
|---|---|
| Date | 2011-04-15 23:47 -0500 |
| Message-ID | <BANLkTikQGafctxzD0FwBL_d2z8jo=XUrgg@mail.gmail.com> |
| In reply to | #2883 |
How about redcar, it sounds an awful lot like what some people are describing, it may be a little on the new side thou, or something like eric in python Ronnie
[toc] | [prev] | [next] | [standalone]
| From | Eric Christopherson <echristopherson@gmail.com> |
|---|---|
| Date | 2011-04-16 00:38 -0500 |
| Message-ID | <BANLkTimE=sbCNwTtpczfJ9gzbXPe0JO9dw@mail.gmail.com> |
| In reply to | #2992 |
On Fri, Apr 15, 2011 at 11:47 PM, Ronnie Collinson <notthinking@gmail.com> wrote: > How about redcar, it sounds an awful lot like what some people are > describing, it may be a little on the new side thou, or something like > eric in python > > Ronnie ERIC supports Ruby now.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.ruby
csiph-web