Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.98 KB | None | 0 0
  1. I, [2014-07-29T04:38:45.835182 #9310]  INFO -- : Started POST "/api/thumbnail" for 70.215.128.129 at 2014-07-29 04:38:45 +0000
  2. I, [2014-07-29T04:38:45.838332 #9310]  INFO -- : Processing by Api::ThumbnailController#create as HTML
  3. I, [2014-07-29T04:38:45.838654 #9310]  INFO -- :   Parameters: {"url"=>"http://stackoverflow.com/questions/10669951/rails-tutorial-section-5-2-routing-rspec-error?lq=1"}
  4. I, [2014-07-29T04:38:45.855238 #9310]  INFO -- : Completed 200 OK in 16ms (Views: 0.2ms | ActiveRecord: 2.6ms)
  5.  
  6.  
  7. I, [2014-07-29T04:38:46.013690 #9310]  INFO -- : Started GET "/api/thumbnail/http%3A%2F%2Fstackoverflow.com%2Fquestions%2F10669951%2Frails-tutorial-section-5-2-routing-rspec-error%3Flq%3D1/ready" for 70.215.128.129 at 2014-07-29 04:38:46 +0000
  8. I, [2014-07-29T04:38:46.017031 #9310]  INFO -- : Processing by Api::ThumbnailController#ready_check as HTML
  9. I, [2014-07-29T04:38:46.017308 #9310]  INFO -- :   Parameters: {"url"=>"http://stackoverflow.com/questions/10669951/rails-tutorial-section-5-2-routing-rspec-error?lq=1"}
  10. I, [2014-07-29T04:38:46.020272 #9310]  INFO -- : Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.9ms)
  11.  
  12.  
  13. I, [2014-07-29T04:39:01.978087 #9310]  INFO -- : Started GET "/api/thumbnail/http%3A%2F%2Fstackoverflow.com%2Fquestions%2F10669951%2Frails-tutorial-section-5-2-routing-rspec-error%3Flq%3D1/ready" for 70.215.128.129 at 2014-07-29 04:39:01 +0000
  14. I, [2014-07-29T04:39:01.979826 #9310]  INFO -- : Processing by Api::ThumbnailController#ready_check as HTML
  15. I, [2014-07-29T04:39:01.979997 #9310]  INFO -- :   Parameters: {"url"=>"http://stackoverflow.com/questions/10669951/rails-tutorial-section-5-2-routing-rspec-error?lq=1"}
  16. I, [2014-07-29T04:39:01.981916 #9310]  INFO -- : Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.8ms)
  17.  
  18.  
  19. I, [2014-07-29T04:39:02.138276 #9307]  INFO -- : Started GET "/api/thumbnail/http%3A%2F%2Fstackoverflow.com%2Fquestions%2F10669951%2Frails-tutorial-section-5-2-routing-rspec-error%3Flq%3D1" for 70.215.128.129 at 2014-07-29 04:39:02 +0000
  20. I, [2014-07-29T04:39:02.139651 #9307]  INFO -- : Processing by Api::ThumbnailController#show as HTML
  21. I, [2014-07-29T04:39:02.139789 #9307]  INFO -- :   Parameters: {"url"=>"http://stackoverflow.com/questions/10669951/rails-tutorial-section-5-2-routing-rspec-error?lq=1"}
  22. I, [2014-07-29T04:39:02.142018 #9307]  INFO -- : Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.5ms)
  23.  
  24.  
  25. I, [2014-07-29T04:39:02.297377 #9310]  INFO -- : Started DELETE "/api/thumbnail/http%3A%2F%2Fstackoverflow.com%2Fquestions%2F10669951%2Frails-tutorial-section-5-2-routing-rspec-error%3Flq%3D1" for 70.215.128.129 at 2014-07-29 04:39:02 +0000
  26. I, [2014-07-29T04:39:02.299061 #9310]  INFO -- : Processing by Api::ThumbnailController#destroy as HTML
  27. I, [2014-07-29T04:39:02.299200 #9310]  INFO -- :   Parameters: {"url"=>"http://stackoverflow.com/questions/10669951/rails-tutorial-section-5-2-routing-rspec-error?lq=1"}
  28. I, [2014-07-29T04:39:02.302816 #9310]  INFO -- : Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 1.4ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement