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


Groups > comp.lang.ruby > #3481

Re: How to run ./script/generate rx_config ?

From 7stud -- <bbxx789_05ss@yahoo.com>
Newsgroups comp.lang.ruby
Subject Re: How to run ./script/generate rx_config ?
Date 2011-04-25 18:23 -0500
Organization Service de news de lacave.net
Message-ID <9778a6109a6587c7cd285e045861aef0@ruby-forum.com> (permalink)
References <abbfdeaa856fead57f10848762b9b751@ruby-forum.com>

Show all headers | View raw


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/.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to run ./script/generate rx_config ? Sira PS <ploy.sukachai@gmail.com> - 2011-04-25 05:46 -0500
  Re: How to run ./script/generate rx_config ? 7stud -- <bbxx789_05ss@yahoo.com> - 2011-04-25 18:23 -0500
    Re: How to run ./script/generate rx_config ? Sira PS <ploy.sukachai@gmail.com> - 2011-04-26 00:25 -0500
      Re: How to run ./script/generate rx_config ? 7stud -- <bbxx789_05ss@yahoo.com> - 2011-04-26 12:11 -0500

csiph-web