From satish.talim at gmail.com Wed Mar 7 03:28:30 2007 From: satish.talim at gmail.com (Satish Talim) Date: Wed, 7 Mar 2007 03:28:30 -0500 (EST) Subject: [Instantrails-users] Satish has Tagged you! :) Message-ID: <20070307082831.179AB5242023@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070307/8ebb4441/attachment.html From prashkin at gmail.com Thu Mar 22 12:27:51 2007 From: prashkin at gmail.com (Peter Rashkin) Date: Thu, 22 Mar 2007 09:27:51 -0700 Subject: [Instantrails-users] problem gettting started Message-ID: Hello. Just trying to get started with Ruby on Rails. I downloaded and installed Instant Rails. I'm trying to follow Patrick Lenz's tutorial at http://www.sitepoint.com/article/learn-ruby-on-rails, but I can't get beyon his initial demonstration: (We'll start with a really brief example: irb> 1 => 1) >From the Instant Rails control panel, I chose Rail Applcations / Open Ruby Console Window. In the window, I type "irb>1" and enter. I excpect to see "=> 1, but all I see is a blinking cursor. I tried installing on a second computer. Same result. I suspect a configuration issue, but don't know how to address it. Thanks, Peter -- PETER RASHKIN http://thedagger.com/ (310) 518-3425 (310) 528-7161 (cell) 21934 Millpoint Ave. Carson, CA 90745 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070322/ee5c58b7/attachment.html From bill.walton at charter.net Thu Mar 22 12:39:32 2007 From: bill.walton at charter.net (Bill Walton) Date: Thu, 22 Mar 2007 11:39:32 -0500 Subject: [Instantrails-users] problem gettting started References: Message-ID: <012a01c76ca0$ab9d2c00$6401a8c0@Presario> Hi Peter, Peter Rashkin wrote: > From the Instant Rails control panel, I chose Rail Applcations / Open Ruby > Console Window. > > In the window, I type "irb>1" and enter. I haven't checked out the tutorial you're using but... 1) enter 'irb' (without the quote marks). That will get you to the 'irb>' prompt or something like it, depending on your local config. 2) enter '1'. That will get you to '=> 1' hth, Bill From wfroelich at dbsnow.com Thu Mar 22 12:48:37 2007 From: wfroelich at dbsnow.com (William (Bill) Froelich) Date: Thu, 22 Mar 2007 11:48:37 -0500 Subject: [Instantrails-users] problem gettting started In-Reply-To: References: Message-ID: Hello. Just trying to get started with Ruby on Rails. I downloaded and installed Instant Rails. I'm trying to follow Patrick Lenz's tutorial at http://www.sitepoint.com/article/learn-ruby-on-rails, but I can't get beyon his initial demonstration: (We'll start with a really brief example: irb> 1 => 1) From the Instant Rails control panel, I chose Rail Applcations / Open Ruby Console Window. In the window, I type "irb>1" and enter. I excpect to see "=> 1, but all I see is a blinking cursor. I tried installing on a second computer. Same result. I suspect a configuration issue, but don't know how to address it. [Bill Froelich] I think the confusion is in the fact that irb is actually an application that you need to invoke first. Irb is the Interactive Ruby shell where you can play and try out things. Once you open the Ruby Console Window type irb and press [Enter]. You should see the main irb prompt irb(main):001:0> Then when you type in the examples from the tutorial (the stuff after the irb> ) you should see results very similar to what they are indicating. Hope that helps! --Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070322/74667c0e/attachment.html From curt.hibbs at gmail.com Thu Mar 22 14:29:38 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 22 Mar 2007 13:29:38 -0500 Subject: [Instantrails-users] Using NetBeans with Instant Rails Message-ID: <31d15f490703221129o323ff081u922f993598506ede@mail.gmail.com> NetBeans has been getting some pretty good press for its Ruby and Rails support, so I've been meaning to check it out. Now Brian Leonard makes that easy with step-by-step instructions: http://weblogs.java.net/blog/bleonard/archive/2007/03/instant_rails_w.html Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070322/675bef26/attachment.html