search for: installcommand

Displaying 8 results from an estimated 8 matches for "installcommand".

Did you mean: install_command
2012 Jan 21
16
Installing rails on Ubuntu
...rails on ubuntu 11.10, but when I put the command felipe@Felipe:~/Downloads/rubygems-1.8.15$ sudo gem install rails --no-r1 --no-rdoc ERROR: Loading command: install (LoadError) no such file to load -- zlib ERROR: While executing gem ... (NameError) uninitialized constant Gem::Commands::InstallCommand felipe@Felipe:~/Downloads/rubygems-1.8.15$ it return this error, how can I install correctly. Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email...
2010 Jul 30
1
Problem with installing Rails 2.3.8 on Ubuntu 10.04
...inux root@mars-laptop:~# ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] root@mars-laptop:~# gem -v 1.3.7 root@mars-laptop:~# gem install rails --debug Exception `NameError'' at /usr/local/lib/site_ruby/1.8/rubygems/ command_manager.rb:164 - uninitialized constant Gem::Commands::InstallCommand Exception `NoMethodError'' at /usr/lib/ruby/1.8/rational.rb:78 - undefined method `gcd'' for Rational(1, 2):Rational Exception `Gem::LoadError'' at /usr/local/lib/site_ruby/1.8/rubygems.rb: 779 - Could not find RubyGem test-unit (>= 0) Exception `Gem::LoadError''...
2010 Mar 08
4
install problems on fedora 12
...o see if I could install rails through gems instead of yum, after yum remove I do this but get this error: sudo gem install rails --include-dependencies --debug Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/ command_manager.rb:161 - uninitialized constant Gem::Commands::InstallCommand Exception `Gem::LoadError'' at /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 827 - Could not find RubyGem test-unit (>= 0) INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list Exception `Gem::LoadError'' at /usr...
2008 Apr 26
1
gem fetching error
...:EnvironmentCommand Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized constant Gem::Commands::HelpCommand Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized constant Gem::Commands::InstallCommand Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized constant Gem::Commands::OutdatedCommand Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized constant Gem::Commands::PristineCommand...
2009 Sep 11
2
Installing Rails problem
...InvalidURIError) the scheme http does not accept registry part: :8080 (or bad hostname?) I tried also gem --debug install rails -r and it wrote: Exception `NameError'' at /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:161 - uninitialized constant Gem::Commands::InstallCommand Exception `Gem::LoadError'' at /usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb:827 - Could not find RubyGem test-unit (>= 0) Exception `URI::InvalidURIError'' at /usr/local/lib/ruby/1.9.1/uri/generic.rb:199 - the scheme http does not accept registry part: :8080 (or bad hostname?...
2010 May 29
2
Unable to gem install rails
I am unable to install rails via the CLI, Fedora 13. This is a new installation and I am not certain why I am receiving this error. ERROR: Loading command: install (LoadError) no such file to load -- zlib ERROR: While executing gem ... (NameError) uninitialized constant Gem::Commands::InstallCommand ubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.1 (2009-12-07 patchlevel 376) [x86_64-linux] - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.9.1 - RUBY EXECUTABLE: /usr/local/bin/ruby - EXECUTABLE DIRECTORY: /usr/local/bin - RUBYGEMS PLATFORMS: - ruby -...
2009 Jun 10
0
install pb(solved) : http://gems.rubyforge.org/ does not appear to be a repository
...installations. in google many people are in the same sh..case. the solution : 1) it is a connection problem to repository : gem install rails --debug Exception `NameError'' at C:/guy/app/Ruby/lib/ruby/site_ruby/1.8/ rubygems/command_manager.rb:161 - uninitialized constant Gem::Commands::InstallCommand Exception `Gem::LoadError'' at C:/guy/app/Ruby/lib/ruby/site_ruby/1.8/ rubygems.rb:826 - Could not find RubyGem sources (> 0.0.1) Exception `Errno::ETIMEDOUT'' at C:/guy/app/Ruby/lib/ruby/1.8/net/ http.rb:560 - Une tentative de connexion a ÚchouÚ car le parti connectÚ n''...
2010 Apr 23
3
rails-3.0.0.beta3 install error on ri 'lib' ENOENT
...lib directory prior to attempting the install? Full debug/backtrace below. mike@ubuntu:~/rubygems-1.3.6$ sudo gem1.9.1 install rails --pre -- debug --backtrace Exception `NameError'' at /usr/local/lib/site_ruby/1.9.1/rubygems/ command_manager.rb:163 - uninitialized constant Gem::Commands::InstallCommand Exception `LoadError'' at /usr/local/lib/site_ruby/1.9.1/rubygems/ gem_openssl.rb:40 - no such file to load -- openssl Exception `Gem::LoadError'' at /usr/local/lib/site_ruby/1.9.1/ rubygems.rb:777 - Could not find RubyGem test-unit (>= 0) Exception `Gem::LoadError'' at...