Created
November 10, 2012 01:13
-
-
Save tel/4049361 to your computer and use it in GitHub Desktop.
This file contains 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
no such file to load -- sinatra/r18n (LoadError) | |
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from ./hack_sanitation_app.rb:2 | |
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:2 | |
from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval' | |
from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:1:in `new' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:1 | |
> ~/proj/hacksanitation bundle | |
Fetching gem metadata from http://rubygems.org/.......... | |
Fetching gem metadata from http://rubygems.org/.. | |
Using backports (2.6.5) | |
Using builder (3.1.4) | |
Using eventmachine (1.0.0) | |
Using multi_json (1.3.7) | |
Using jwt (0.1.5) | |
Installing r18n-core (1.1.2) | |
Using rack (1.4.1) | |
Using rack-protection (1.2.0) | |
Using rack-test (0.6.2) | |
Using tilt (1.3.3) | |
Using sinatra (1.3.3) | |
Using sinatra-contrib (1.3.2) | |
Installing sinatra-r18n (1.1.2) | |
Using sinatra-reloader (1.0) | |
Using twilio-ruby (3.9.0) | |
Using bundler (1.1.3) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
!! Unexpected error while processing request: Response body must respond to each | |
127.0.0.1 - - [09/Nov/2012 17:10:27] "POST /sms/incoming/ HTTP/1.1" 200 - 0.0438 | |
!! Unexpected error while processing request: Response body must respond to each | |
127.0.0.1 - - [09/Nov/2012 17:10:45] "POST /sms/incoming/ HTTP/1.1" 200 - 0.0020 | |
rackup -p 9292 config.ru C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
127.0.0.1 - - [09/Nov/2012 17:11:03] "POST /sms/incoming/ HTTP/1.1" 200 3 0.0338 | |
C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': ./hack_sanitation_app.rb:27: syntax error, unexpected ']', expecting kEND (SyntaxError) | |
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:2 | |
from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval' | |
from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:1:in `new' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:1 | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': ./hack_sanitation_app.rb:27: syntax error, unexpected ']', expecting kEND (SyntaxError) | |
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:2 | |
from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval' | |
from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:1:in `new' | |
from /Users/tel/Dropbox/proj/hacksanitation/config.ru:1 | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
!! Unexpected error while processing request: Response body must respond to each | |
127.0.0.1 - - [09/Nov/2012 17:11:42] "POST /sms/incoming/ HTTP/1.1" 200 - 0.0588 | |
!! Unexpected error while processing request: Response body must respond to each | |
127.0.0.1 - - [09/Nov/2012 17:12:45] "POST /sms/incoming/ HTTP/1.1" 200 - 0.0022 | |
C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
127.0.0.1 - - [09/Nov/2012 17:13:13] "POST /sms/incoming/ HTTP/1.1" 200 24 0.0455 | |
C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
127.0.0.1 - - [09/Nov/2012 17:13:19] "POST /sms/incoming/ HTTP/1.1" 200 24 0.0461 | |
C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation rackup -p 9292 config.ru | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:9292, CTRL+C to stop | |
127.0.0.1 - - [09/Nov/2012 17:13:26] "POST /sms/incoming/ HTTP/1.1" 200 68 0.0561 | |
C-c C-c>> Stopping ... | |
> ~/proj/hacksanitation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment