Created
May 31, 2012 19:52
-
-
Save Draiken/2845801 to your computer and use it in GitHub Desktop.
sinatra problem
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
$ bundle exec ruby watcher.rb | |
== Sinatra/1.3.2 has taken the stage on 4567 for development with backup from Thin | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:4567, CTRL+C to stop | |
^C>> Stopping ... | |
== Sinatra has ended his set (crowd applauds) | |
== Sinatra/1.3.2 has taken the stage on 4567 for development with backup from Thin | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:4567, CTRL+C to stop | |
Fetching urls | |
^C>> Stopping ... | |
== Sinatra has ended his set (crowd applauds) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment