Greg Hauptmann
2006-Jul-26 00:49 UTC
[Rails] RadRails config? Getting blank project only created?
Hi, Does anyone know how to correctly configure RadRails (0.7)? I can''t seem to get 0.7 version of radrails to create a Rails project. All I get is a blank project. I have ensured that my PATH does point to my ruby\bin area. Also any clarification regarding which directory (with an example) should be used for the following preferences setting (are they asking for a file or directory): - Preferences-Rails-Gems-Rails = example? - Preferences-Rails-Gems-Rake = example? - Ruby-InstalledIntepreters = example? Thanks -- Posted via http://www.ruby-forum.com/.
Dr Nic
2006-Jul-26 16:03 UTC
[Rails] Re: RadRails config? Getting blank project only created?
Greg Hauptmann wrote:> Hi, > > Does anyone know how to correctly configure RadRails (0.7)?You''ll need to point it to your rails gem folder. Window >> Preferences >> Rails >> Rails Installs Name: Rails-1.1.4 Path: Something like: C:\InstantRails\ruby\lib\ruby\gems\1.8\gems\rails-1.1.4 -- Posted via http://www.ruby-forum.com/.
Steve Bergman
2006-Jul-26 16:10 UTC
[Rails] Re: RadRails config? Getting blank project only created?
Greg Hauptmann wrote:> Tks Dr Nic, > > Still no luck. I just tried this for the rails "rails" and "rake" > preferences + also set the ruby installed interpreter setting (which > seemed to have to be a file not a directory) to > "C:\Gregs\InstantRails\ruby\bin\ruby.exe", ... >0.6.3 is quite broken in this regard. (In fact, RadRails, nice as it is, seems to be buggy as hell.) You''ll find a critical priority bug for this on their trac. However, I notice that 0.7 is out. I imagine it''s fixed there. But don''t get eaten but whatever bugs may be lurking in that! ;-) -- Posted via http://www.ruby-forum.com/.
Steve Bergman
2006-Jul-26 16:12 UTC
[Rails] Re: RadRails config? Getting blank project only created?
> 0.6.3 is quite broken in this regard. (In fact, RadRails, nice as itI meant to say 0.6.4. -- Posted via http://www.ruby-forum.com/.
Greg Hauptmann
2006-Jul-26 17:18 UTC
[Rails] Re: RadRails config? Getting blank project only created?
Tks Dr Nic, Still no luck. I just tried this for the rails "rails" and "rake" preferences + also set the ruby installed interpreter setting (which seemed to have to be a file not a directory) to "C:\Gregs\InstantRails\ruby\bin\ruby.exe", ... but still can''t get a new Rails project creating the normal set of files it should be creating. I''m not sure if there''s any sort of log to see what''s happening under the bonnet and why things aren''t working. Any ideas? Note that if I create a ruby project and ruby class and try to run it it seems to correct kick the ruby interpreter into gear. Tks Dr Nic wrote:> Greg Hauptmann wrote: >> Hi, >> >> Does anyone know how to correctly configure RadRails (0.7)? > > You''ll need to point it to your rails gem folder. > > Window >> Preferences >> Rails >> Rails Installs > > Name: Rails-1.1.4 > Path: Something like: > C:\InstantRails\ruby\lib\ruby\gems\1.8\gems\rails-1.1.4-- Posted via http://www.ruby-forum.com/.
Greg Hauptmann
2006-Jul-26 20:44 UTC
[Rails] Re: RadRails config? Getting blank project only created?
It''s version 0.7 I''ve been trying actually Steve. Anyone else having this issue? Or know a way to get some debug info happening? BTW - I still get a 404 when I try to go to the mailing list page from www.radrails.org :( Tks Steve Bergman wrote:>> 0.6.3 is quite broken in this regard. (In fact, RadRails, nice as it > > I meant to say 0.6.4.-- Posted via http://www.ruby-forum.com/.
Curt Hibbs
2006-Jul-27 13:28 UTC
[Rails] Re: RadRails config? Getting blank project only created?
On 7/26/06, Greg Hauptmann <gregsfm@tpg.com.au> wrote:> It''s version 0.7 I''ve been trying actually Steve. > > Anyone else having this issue? Or know a way to get some debug info > happening? > > BTW - I still get a 404 when I try to go to the mailing list page from > www.radrails.org :( > > Tks > > Steve Bergman wrote: > >> 0.6.3 is quite broken in this regard. (In fact, RadRails, nice as it > > > > I meant to say 0.6.4.I haven''t tried 0.7 yet, but with 0.6.3 I just created my new rails app from the command line and then imported the new app into radrails. Curt
Greg Hauptmann
2006-Jul-27 14:31 UTC
[Rails] Re: Re: RadRails config? Getting blank project only created?
Watching the radrails short video the guys release one of the steps they did do was to create a rails project from within the IDE, so I know it is supposed to work. Just trying to actually get it to work :) Curt Hibbs wrote:> On 7/26/06, Greg Hauptmann <gregsfm@tpg.com.au> wrote: >> Steve Bergman wrote: >> >> 0.6.3 is quite broken in this regard. (In fact, RadRails, nice as it >> > >> > I meant to say 0.6.4. > > I haven''t tried 0.7 yet, but with 0.6.3 I just created my new rails > app from the command line and then imported the new app into radrails. > > Curt-- Posted via http://www.ruby-forum.com/.
Steve Bergman
2006-Jul-27 18:38 UTC
[Rails] Re: Re: RadRails config? Getting blank project only created?
Greg Hauptmann wrote:> Watching the radrails short video the guys release one of the steps they > did do was to create a rails project from within the IDE, so I know it > is supposed to work. Just trying to actually get it to work :)Well, Radrails is also picky about having a recent version of rails. 1.1.2 did not work for me. Radrails uses the -s option to the rails command which was a 1.1.3 or 1.1.4 addition. -Steve -- Posted via http://www.ruby-forum.com/.
Greg Donald
2006-Jul-27 18:45 UTC
[Rails] Re: Re: RadRails config? Getting blank project only created?
On 7/27/06, Steve Bergman <steve@rueb.com> wrote:> Greg Hauptmann wrote: > > Watching the radrails short video the guys release one of the steps they > > did do was to create a rails project from within the IDE, so I know it > > is supposed to work. Just trying to actually get it to work :) > > Well, Radrails is also picky about having a recent version of rails. > 1.1.2 did not work for me. Radrails uses the -s option to the rails > command which was a 1.1.3 or 1.1.4 addition.I had the same issue and I have Rails 1.1.4. No matter what I tried Radrails would always create an empty project. -- Greg Donald http://destiney.com/