Skip to content

Instantly share code, notes, and snippets.

@phiggins
Created December 1, 2010 19:55
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 phiggins/724102 to your computer and use it in GitHub Desktop.
Save phiggins/724102 to your computer and use it in GitHub Desktop.
"gem install activerecord" in windows xp
C:\Documents and Settings\Administrator>ruby -v
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32]
C:\Documents and Settings\Administrator>gem install activerecord
Successfully installed activesupport-3.0.3
Successfully installed builder-2.1.2
Successfully installed i18n-0.5.0
Successfully installed activemodel-3.0.3
Successfully installed arel-2.0.6
Successfully installed tzinfo-0.3.23
Successfully installed activerecord-3.0.3
7 gems installed
Installing ri documentation for activesupport-3.0.3...
Installing ri documentation for builder-2.1.2...
Installing ri documentation for i18n-0.5.0...
Installing ri documentation for activemodel-3.0.3...
Installing ri documentation for arel-2.0.6...
Installing ri documentation for tzinfo-0.3.23...
Installing ri documentation for activerecord-3.0.3...
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - ./</cdesc-<.yaml
C:\Documents and Settings\Administrator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment