Problem using bundle install

Hi ,

I am new to RoR and i am having little problem with the setup. I am
trying
to run the ‘bundle install’ and it is supposed to install some gems
(AFAIK). But while installing celerity gem it fails and stops in the
middle. Below is the console output

/home/gaurav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:365:in
rescue in request': too many connection resets ( http://production.cf.rubygems.org/gems/celerity-0.8.6.gem) (Gem::RemoteFetcher::FetchError) from /home/gaurav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:337:inrequest’
from
/home/gaurav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:289:in
open_uri_or_path' from /home/gaurav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:298:inopen_uri_or_path’
from
/home/gaurav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:172:in
fetch_path' from /home/gaurav/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:110:indownload’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/source.rb:254:in
download_gem_from_uri' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/source.rb:71:infetch’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/installer.rb:45:in
block in run' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/spec_set.rb:12:inblock in each’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/spec_set.rb:12:in
each' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/spec_set.rb:12:ineach’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/installer.rb:44:in
run' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/installer.rb:8:ininstall’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/cli.rb:225:in
install' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/vendor/thor/task.rb:22:inrun’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/vendor/thor/invocation.rb:118:in
invoke_task' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/vendor/thor.rb:246:indispatch’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/lib/bundler/vendor/thor/base.rb:389:in
start' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/gems/bundler-1.0.7/bin/bundle:13:in<top (required)>’
from
/home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/bin/bundle:19:in
load' from /home/gaurav/.rvm/gems/ruby-1.9.2-p0@eclinic_rails/bin/bundle:19:in

I can download the celerity gem by typing in the same url which is being
used in above case. Is there anyway i can manually install one gem ? Any
help will be highly appreciated.

regards
Gaurav

I thought it was a temporary problem and i tried multiple times but i
didn’t
work. So i downloaded the celerity gem from
http://production.cf.rubygems.org/gems/celerity-0.8.6.gem and manually
installed it using…

gem install <path_to_the_downloaded_celerity-0.8.6.gem>

Hope it helps …