Skip to content

Instantly share code, notes, and snippets.

@ryanb
Created February 10, 2010 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanb/300735 to your computer and use it in GitHub Desktop.
Save ryanb/300735 to your computer and use it in GitHub Desktop.
~/code% gem install rails --pre
ERROR: While executing gem ... (NoMethodError)
undefined method `name' for "\\Aactivesupport\\Z":String
~/code% gem install rails --pre
ruby(81212,0xa08b2720) malloc: *** error for object 0x7ced40: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
ERROR: While executing gem ... (NoMethodError)
undefined method `name' for ["=", #<Gem::Version "1.1.0.dev.20100209">]:Array
~/code% gem install rails --pre
ERROR: While executing gem ... (NoMethodError)
undefined method `name' for "\\A":String
~/code% gem install rails --pre
ERROR: While executing gem ... (NoMethodError)
undefined method `name' for ["=", #<Gem::Version "1.1.0.pre">]:Array
~/code% gem install rails --pre
/Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/dependency_installer.rb:132:in `gather_dependencies': method `method_missing' called on hidden T_ARRAY object (0x73aab4 flags=0x2007 klass=0x0) (NotImplementedError)
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/dependency_installer.rb:220:in `install'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/commands/install_command.rb:118:in `block in execute'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/commands/install_command.rb:115:in `each'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/commands/install_command.rb:115:in `execute'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/command.rb:257:in `invoke'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/command_manager.rb:132:in `process_args'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/command_manager.rb:102:in `run'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems/gem_runner.rb:58:in `run'
from /Users/rbates/.rvm/rubies/ruby-1.9.2-head/bin/gem:24:in `<main>'
~/code%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment