It has been quite some time I am struggling to get Ruby On Rails working on my System which is having Windows XP operating system.

I am trying to configure ROR to use apache and mysql so that I do not have to install additional servers to run ruby on rails.

I also tried InstantRails but faced same problems.

I went through the tutorial mentioned in getting rails to wrok on a windows machine running xampp and did all the steps which were necessary.

All went fine (installing rails, running the ruby, gem and rails command from command prompt) but when I tried to run my application by typing localhost:3000/say/hello nothing happened and I was redirected to the google page for searching to this keyword.

Please help me

Thanks

link|improve this question
feedback

2 Answers

Try BitNami RubyStack, it is free and works on Windows

link|improve this answer
feedback

This is not recommended, Ruby has poor performances on Windows for now, and lots of gems will only works on POSIX systems.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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