[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Using gems on Windows without dependencies

S. Robert James

12/19/2006 1:46:00 AM

gem install GEMNAME -f seems to fail on Windows. That is, if you say
no to the dependency, it will refuse to install.

How can I install a gem without its dependnecy? (railsmachine depends
on mongrel_cluster which depends on the binary version of mongrel which
won't work on Windows. This is all a mistake, because it'll run fine
with the Win ver. also - but I can't get gem to install it!)