Skip to content

Instantly share code, notes, and snippets.

@anveo
Created May 5, 2010 18:37
Show Gist options
  • Save anveo/391239 to your computer and use it in GitHub Desktop.
Save anveo/391239 to your computer and use it in GitHub Desktop.
→ time sudo gem install mongrel --no-ri --no-rdoc
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Successfully installed gem_plugin-0.2.3
Successfully installed daemons-1.0.10
Successfully installed fastthread-1.0.7
Successfully installed cgi_multipart_eof_fix-2.5.0
Successfully installed mongrel-1.1.5
5 gems installed
real 0m8.545s
user 0m5.988s
sys 0m0.488s
→ time gem install mongrel
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Successfully installed gem_plugin-0.2.3
Successfully installed daemons-1.0.10
Successfully installed fastthread-1.0.7
Successfully installed cgi_multipart_eof_fix-2.5.0
Successfully installed mongrel-1.1.5
5 gems installed
real 1m56.248s
user 0m5.624s
sys 0m0.380s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment