Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created April 25, 2012 04:05
Show Gist options
  • Save wolfeidau/2486226 to your computer and use it in GitHub Desktop.
Save wolfeidau/2486226 to your computer and use it in GitHub Desktop.
If you installed 1.9.3-p125 update your rubygems.
ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
gem -v
1.8.11
time ruby -r active_record -e ActiveRecord::Base
2.05s user 0.05s system 99% cpu 2.101 total
gem -v
1.8.23
time ruby -r active_record -e ActiveRecord::Base
0.29s user 0.04s system 98% cpu 0.336 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment