Created
July 23, 2011 18:07
-
-
Save gnufied/1101699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ails_bugmash/another> time be rails --version ruby-1.9.2-p290 | |
Rails 3.0.9 | |
bundle exec rails --version 0.89s user 0.21s system 99% cpu 1.104 total | |
rails_bugmash/another> time be rails runner test_script ruby-1.9.2-p290 | |
2011-07-23 23:34:38 +0530 | |
bundle exec rails runner test_script 1.73s user 0.35s system 99% cpu 2.084 total | |
rails_bugmash/another> cd ..cd ruby-1.9.2-p290 | |
cd: no such file or directory: ..cd | |
rails_bugmash/another> cd .. ruby-1.9.2-p290 | |
~/rails_bugmash> cd issue_734 ruby-1.9.2-p290 | |
rails_bugmash/issue_734> rvm use 1.9.2@rails31 ruby-1.9.2-p290 | |
Using /Users/admin/.rvm/gems/ruby-1.9.2-p290 with gemset rails31 | |
rails_bugmash/issue_734> time be rails --version ruby-1.9.2-p290@rails31 | |
Rails 3.1.0.rc4 | |
bundle exec rails --version 0.97s user 0.24s system 99% cpu 1.207 total | |
rails_bugmash/issue_734> time be rails runner test_script ruby-1.9.2-p290@rails31 | |
2011-07-23 23:35:01 +0530 | |
bundle exec rails runner test_script 1.85s user 0.37s system 99% cpu 2.220 total | |
rails_bugmash/issue_734> time be rails runner test_script ruby-1.9.2-p290@rails31 | |
2011-07-23 23:35:04 +0530 | |
bundle exec rails runner test_script 1.84s user 0.37s system 99% cpu 2.209 total | |
rails_bugmash/issue_734> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment