Skip to content

Instantly share code, notes, and snippets.

@afcapel
Created February 14, 2014 17:23
Show Gist options
  • Save afcapel/9005148 to your computer and use it in GitHub Desktop.
Save afcapel/9005148 to your computer and use it in GitHub Desktop.
alberto@Albertos-iMac ~/dev/loadtime $ rails -v
Rails 4.0.2
alberto@Albertos-iMac ~/dev/loadtime $ ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.5.0]
alberto@Albertos-iMac ~/dev/loadtime $ time rails runner "puts 'hello'"
hello
rails runner "puts 'hello'" 1.16s user 0.16s system 99% cpu 1.330 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment