Hi guys
i have just started with Ruby.I have installed it on windows Xp with a one click installer .
My problem is that i want to configure my iis for that how to do that?
If any body give me a ray on that it would be nice.
You should jsut use Webrick if you are just deving rails on your system. If you are acutally using your computer as a server... then I cant help, sorry. I have no experience with IIS. But webrick comes setup out of the box with ruby and has simple rails support
after instaling apache and one click ruby installer i tried the gem update command it throws error as:
Upgrading installed gems...
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::ECONNREFUSED)
No connection could be made because the target machine actively refused it.
- connect(2)
this is my office machine and has a proxy is it because of this or what..
Yes most likely because its attempting to install rails from online. But you can read here which says how to install behind a proxy, and if that fails, it teaches a manual install:
Bookmarks