I am trying to set up and use radrails according to this: http://instantrails.rubyforge.org/wiki/wiki.pl?RadRails I have tried the following: PATH ${path}\ruby\bin;${path}\mysql\bin;C:\InstantRails\radrails;%PATH% PATH ${path}\ruby\bin;${path}\mysql\bin;C:\InstantRails\radrails\radrails.exe;%PATH% Typing "radrails" or "radrails.exe" from the diretory of rails applications, as well as anywhere else, does not work except for when I navigate to that folder specifically. Thanks for any help! -- Respectfully: Larry -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060514/a3d7a2ee/attachment.htm
On 5/14/06, Larrytheliquid <larrytheliquid at gmail.com> wrote:> > I am trying to set up and use radrails according to this: > http://instantrails.rubyforge.org/wiki/wiki.pl?RadRails > > I have tried the following: > PATH ${path}\ruby\bin;${path}\mysql\bin;C:\InstantRails\radrails;%PATH% > PATH > ${path}\ruby\bin;${path}\mysql\bin;C:\InstantRails\radrails\radrails.exe;%PATH% > > Typing "radrails" or "radrails.exe" from the diretory of rails > applications, as well as anywhere else, does not work except for when I > navigate to that folder specifically. > > Thanks for any help! > -- > Respectfully: > Larry >I think there''s a step missing from the instructions on the wiki. After you update the use_ruby.cmd template file to include RadRails in the path, you have to force Instant Rails to update all configuration files (otherwise your change will have no effect). There are a couple ways to do this, but the easiest is to rename the Instant Rails directory and then start up Instant Rails. IR will detact the changed directory and update all the configuration files with the new path (you can then change back to your original path name if you prefer). Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060514/15483afb/attachment.htm
Thanks, that works. I can''t import cookbook though because it''s not an eclipse project: File>Import>General>Existing Projects into Workspace There is a video on how to do it, but it is down right now. I think that is worth being in the wiki too, and thanks again. http://www.radrails.org/blog/show/34 On 5/14/06, Curt Hibbs <curt.hibbs at gmail.com> wrote:> > > > On 5/14/06, Larrytheliquid <larrytheliquid at gmail.com> wrote: > > > > I am trying to set up and use radrails according to this: > > http://instantrails.rubyforge.org/wiki/wiki.pl?RadRails > > > > I have tried the following: > > PATH ${path}\ruby\bin;${path}\mysql\bin;C:\InstantRails\radrails;%PATH% > > PATH > > ${path}\ruby\bin;${path}\mysql\bin;C:\InstantRails\radrails\radrails.exe;%PATH% > > > > Typing "radrails" or "radrails.exe" from the diretory of rails > > applications, as well as anywhere else, does not work except for when I > > navigate to that folder specifically. > > > > Thanks for any help! > > -- > > Respectfully: > > Larry > > > > I think there''s a step missing from the instructions on the wiki. After > you update the use_ruby.cmd template file to include RadRails in the path, > you have to force Instant Rails to update all configuration files (otherwise > your change will have no effect). > > There are a couple ways to do this, but the easiest is to rename the > Instant Rails directory and then start up Instant Rails. IR will detact the > changed directory and update all the configuration files with the new path > (you can then change back to your original path name if you prefer). > > Curt > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > >-- Respectfully: Larry Diehl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060515/3c1a57eb/attachment-0001.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Larrytheliquid wrote:> Thanks, that works. I can''t import cookbook though because it''s not an > eclipse project:create a new project, and set the directory to the cookbook... uncheck the box to create a rails structure. It pull all the files in real nice. - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEaH2aSIxC85HZHLMRAmkbAJ4tX8iWfqm1T74wqq7VziLk2OayNQCePp+s 63uqHZM7rVJvEqgh5DHGuhQ=XCMy -----END PGP SIGNATURE-----
On 5/15/06, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Larrytheliquid wrote: > > Thanks, that works. I can''t import cookbook though because it''s not an > > eclipse project: > > create a new project, and set the > directory to the cookbook... uncheck the box to create a rails > structure. It > pull all the files in real nice. >Can you add that little piece of wisdom to the wiki page? That way we (hopefully) won''t have to keep answering the same question over and over. Thanks, Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060515/4a009706/attachment.htm