Anil Wadghule
2006-Aug-03 16:20 UTC
[Rails] 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/c70c86b3/attachment.html
Alex Wayne
2006-Aug-03 18:51 UTC
[Rails] Re: How to open rails application/proj in RadRails
Anil Wadghule 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.infoCreate a new project in the same location as an existing rails project and uncheck "Create appication skeleton" -- Posted via http://www.ruby-forum.com/.
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: http://www.youtube.com/watch?v=RM3qy9PVv5s&search=rails%20ruby%20development%20web%20programming Regards, Bill Capolongo bill@breathedeep.org Anil Wadghule <anildigital@gmail.com> 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 _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060803/4d272ef0/attachment.html
Bill Capolongo
2006-Aug-04 00:04 UTC
[Rails] Re: How to open rails application/proj in RadRails
Anil Wadghule 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.infoIt 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: http://www.youtube.com/watch?v=RM3qy9PVv5s&search=rails%20ruby%20development%20web%20programming Regards, Bill Capolongo -- Posted via http://www.ruby-forum.com/.
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 On 8/3/06, Bill <bill@breathedeep.org> wrote:> > 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: > http://www.youtube.com/watch?v=RM3qy9PVv5s&search=rails%20ruby%20development%20web%20programming > > Regards, Bill Capolongo > > bill@breathedeep.org > > > Anil Wadghule <anildigital@gmail.com> 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 > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
Jose Pepe
2006-Aug-16 02:43 UTC
[Rails] Re: How to open rails application/proj in RadRails
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 -- Posted via http://www.ruby-forum.com/.