vote up 0 vote down star

I have installed rails using rubystack and set env path, so I can use it in cmd. When I try to use it with cygwin I doesn't work (it shouldn't), how to make this rails work on both windows and cygwin env or I have to install it separately.

Thanks

flag

45% accept rate

2 Answers

vote up 0 vote down

Please visit this site:

http://www.pluitsolutions.com/2006/03/30/install-ruby-on-rails-ror-on-cygwin/

However, if you have a different issue leave a comment and we will have a look.

link|flag
vote up 0 vote down

If you are just looking to install so you can use it in cmd, then you can do this without having to use cygwin. You can download and install ruby and rubygems in windows and then use rubygems to install rails and any other gems you need. You then just have to set the path properly to include the bin directory of the ruby installation and you should be able to use ruby from cmd in windows. This doesn't directly answer your questions I know, but if you are just looking for rails in the cmd, I hope it is helpful.

link|flag
Thanks, but I want it to run within cygwin because e-textediot run it from their (if I don't got this wrong). Now I can't use most rail bundle in e-texteditor, so I want a solution for this. – art Oct 27 at 18:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.