Skip to content

Instantly share code, notes, and snippets.

@cadwallion
Created December 2, 2011 15:05
Show Gist options
  • Save cadwallion/1423557 to your computer and use it in GitHub Desktop.
Save cadwallion/1423557 to your computer and use it in GitHub Desktop.
Boot times of Rails apps in various circumstances
DevNull:research cadwallion$ rails new blank_app -O -T > /dev/null
DevNull:research cadwallion$ cd blank_app/
DevNull:blank_app cadwallion$ date && rails s
Fri Dec 2 09:02:48 CST 2011
=> Booting WEBrick
=> Rails 3.1.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-12-02 09:02:49] INFO WEBrick 1.3.1
[2011-12-02 09:02:49] INFO ruby 1.9.3 (2011-10-30) [x86_64-darwin11.1.0]
[2011-12-02 09:02:49] INFO WEBrick::HTTPServer#start: pid=30425 port=3000
^C[2011-12-02 09:02:56] INFO going to shutdown ...
[2011-12-02 09:02:56] INFO WEBrick::HTTPServer#start done.
Exiting
DevNull:blank_app cadwallion$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment