--00163646d8be0bd76604999812df Content-Type: text/plain; charset=ISO-8859-1 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 ... On Tue, Jan 11, 2011 at 7:31 PM, Gaurav Chauhan <mail / gauravchauhan.com>wrote: > 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:in > `request' > 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:in > `open_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:in > `download' > 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:in > `fetch' > 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:in > `block 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:in > `each' > 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:in > `install' > 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:in > `run' > 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:in > `dispatch' > 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 > `<main>' > > > 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 > --00163646d8be0bd76604999812df--