How to open rails application/proj in RadRails

Hey I am not finding any option for opening my Rails project in
RadRails.
I tried import, open file … all in vain !

please help!!!

Anil,
http://anilw.info

Anil W. wrote:

Hey I am not finding any option for opening my Rails project in
RadRails.
I tried import, open file … all in vain !

please help!!!

Anil,
http://anilw.info

Create a new project in the same location as an existing rails project
and uncheck “Create appication skeleton”

It isn’t particularly intuitive, but it does work well after figuring
out how to do it.

After you create a workspace, create a new empty Radrails project.
Uncheck “generate Rails application skeleton” and “create a Webrick
server”.

Next, use the “Import” from the File Menu, select “File System”, and
browse to your Rails project. Check the box that selects the directory
structure. That should import the project.

Finally, create a server and you should be good.

This video should help:

Regards, Bill Capolongo
[email protected]

Anil W. [email protected] wrote:
Hey I am not finding any option for opening my Rails project in
RadRails.
I tried import, open file … all in vain !

please help!!!

Anil,
http://anilw.info

If you created the app in the directory you set in RadRails, then if
you say create a new project in RadRails, name it the same it will
open up the one you created.
i.e.
from a command line
rails myapp

then new project named myapp in RadRails.

On another note though 7.0 is acting wonky. I’ve tried created a few
new apps in there and it is not building the files and directories.

Stuart

Anil W. wrote:

Hey I am not finding any option for opening my Rails project in
RadRails.
I tried import, open file … all in vain !

please help!!!

Anil,
http://anilw.info

It isn’t particularly intuitive, but it does work well after figuring
out how to do it.

After you create a workspace, create a new empty Radrails project.
Uncheck “generate Rails application skeleton” and “create a Webrick
server”.

Next, use the “Import” from the File Menu, select “File System”, and
browse to your Rails project. Check the box that selects the directory
structure. That should import the project.

Finally, create a server and you should be good.

This video should help:

Regards, Bill Capolongo

I have found a way to create a RadRails project, thekey is to setup
correctly the configuration window

http://www.ruby-forum.com/topic/77546#123750

hope it helps