I am deploying a rails 3 application on a windows machine and I wan to run the app on mongrel. I have installed mongrel manually (not through bundler). I didn't installed it through bundler because when I tried it, it errors
Fetching source index for rubygems.org
Could not reach rubygems repository
http://rubygems.org Could not find gem mongrel <>=0, runtime in any of the source
So I downloaded .gem and installed.
But bundler still looks to fetch it from the repository. Also, when I try to start server using "rails server mongrel" it says
no such file to load - mongrel