Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!talisker.lacave.net!lacave.net!not-for-mail From: 7stud -- Newsgroups: comp.lang.ruby Subject: Re: How to run ./script/generate rx_config ? Date: Mon, 25 Apr 2011 18:23:14 -0500 Organization: Service de news de lacave.net Lines: 50 Message-ID: <9778a6109a6587c7cd285e045861aef0@ruby-forum.com> References: NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1303773950 20401 65.111.164.187 (25 Apr 2011 23:25:50 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Mon, 25 Apr 2011 23:25:50 +0000 (UTC) In-Reply-To: X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 382169 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <9778a6109a6587c7cd285e045861aef0@ruby-forum.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:3481 Sira PS wrote in post #994846: > I'm a newbie and i'm working follow this link > http://dima.github.com/2009/03/19/working-with-restfulx-model-attachments.html > > But I stuck on the step run ./script/generate rx_config. I don't know > how can I run it. I tried to go to the path of folder script and typed > generate rx_cofig on command line but it doesn't work. > > C:\Data\Workspace\rx_model_attachments\script>generate rx_config > > I got the error 'generate' is not recognized as an internal or external > command, operable program or batch file. > > Anyone can tell me step by step of doing this. Big thanks! C:\ruby\> rails demo. Now go into demo application root directory as follows: C:\ruby\> cd demo C:\ruby\demo> dir You will find a directory structure as follows: demo/ .../app ......./controller ......./helpers ......./models ......./views ............./layouts .../components .../config .../db .../doc .../lib .../log .../public .../script .../test .../tmp .../vendor README Rakefile -- Posted via http://www.ruby-forum.com/.