Skip to content

Instantly share code, notes, and snippets.

@jontonsoup
Created April 2, 2013 19:51
Show Gist options
  • Save jontonsoup/5295605 to your computer and use it in GitHub Desktop.
Save jontonsoup/5295605 to your computer and use it in GitHub Desktop.
2013-04-02T19:50:31+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"ew50g1alr/1lZJCMcSuYq7Ux0QLJpWYFLTjSDnaKpR0=", "course"=>{"
name"=>"asdf", "credit"=>"3", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x000000054f3710 @original_filename="Todd -- Feedback.rtf", @content_type="text/rtf", @headers="Content-Disposition: form-data; name=\"course[avatar]\"; filename=\"Todd -- Feedback.rtf\"\r\nContent-Type: text/rtf\r\n", @tempfile=#<File:/tmp/RackMultipart20130402-2-1t1dnpj>>, "distro"=>"Auditing and Accounting"}, "commit"=>"Save"}
2013-04-02T19:50:31+00:00 app[web.1]: [paperclip] Saving attachments.
2013-04-02T19:50:31+00:00 app[web.1]: Redirected to http://www.mylicensebuddy.com/
2013-04-02T19:50:31+00:00 app[web.1]: Completed 302 Found in 25ms (ActiveRecord: 16.9ms)
2013-04-02T19:50:18+00:00 heroku[router]: at=info method=GET path=/ host=www.mylicensebuddy.com fwd="165.124.215.179" dyno=web.1 connect=11ms service=69ms status=200 bytes=9813
2013-04-02T19:50:31+00:00 heroku[router]: at=info method=POST path=/courses host=www.mylicensebuddy.com fwd="165.124.215.179" dyno=web.1 connect=12ms service=36ms status=302 bytes=96
2013-04-02T19:50:31+00:00 app[web.1]: Started GET "/" for 165.124.215.179 at 2013-04-02 19:50:31 +0000
2013-04-02T19:50:31+00:00 app[web.1]: Processing by UsersController#show_dashboard as HTML
2013-04-02T19:50:31+00:00 app[web.1]: Rendered layouts/_nav.html.haml (1.2ms)
2013-04-02T19:50:31+00:00 heroku[router]: at=info method=GET path=/ host=www.mylicensebuddy.com fwd="165.124.215.179" dyno=web.1 connect=12ms service=45ms status=200 bytes=9969
2013-04-02T19:50:31+00:00 app[web.1]: Rendered courses/_form.html.haml (4.0ms)
2013-04-02T19:50:31+00:00 app[web.1]: Rendered users/show_dashboard.html.haml within layouts/application (10.2ms)
2013-04-02T19:50:31+00:00 app[web.1]: Completed 200 OK in 34ms (Views: 11.1ms | ActiveRecord: 14.0ms)
2013-04-02T19:50:33+00:00 app[web.1]: Started GET "/users/download?file_name=Todd_--_Feedback.rtf&file_url=%2Fsystem%2Fcourses%2Favatars%2F000%2F000%2F049%2Foriginal%2FTodd_--_Feedback.rtf%3F1364932231" for 165.124.215.179 at 2013-04-02 19:50:33 +0000
2013-04-02T19:50:33+00:00 app[web.1]: Processing by UsersController#download as HTML
2013-04-02T19:50:33+00:00 app[web.1]: Parameters: {"file_name"=>"Todd_--_Feedback.rtf", "file_url"=>"/system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231"}
2013-04-02T19:50:33+00:00 app[web.1]: Completed 500 Internal Server Error in 9ms
2013-04-02T19:50:33+00:00 app[web.1]:
2013-04-02T19:50:33+00:00 app[web.1]:
2013-04-02T19:50:33+00:00 app[web.1]: Errno::ENOENT (No such file or directory - /system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231):
2013-04-02T19:50:33+00:00 app[web.1]: app/controllers/users_controller.rb:117:in `download'
2013-04-02T19:50:33+00:00 app[web.1]:
2013-04-02T19:50:33+00:00 heroku[router]: at=info method=GET path=/users/download?file_name=Todd_--_Feedback.rtf&file_url=%2Fsystem%2Fcourses%2Favatars%2F000%2F000%2F049%2Foriginal%2FTodd_--_Feedback.rtf%3F1364932231 host=www.mylicensebuddy.com fwd="165.124.215.179" dyno=web.1 connect=17ms service=39ms status=500 bytes=643
2013-04-02T19:50:08+00:00 heroku[router]: at=info method=GET path=/assets/logo-cc5e05dc42bfc278194ef668cdb6c30d.png host=www.mylicensebuddy.com fwd="165.124.215.179" dyno=web.1 connect=6ms service=15ms status=200 bytes=17736
2013-04-02T19:50:57+00:00 app[web.1]:
2013-04-02T19:50:57+00:00 app[web.1]: Started GET "/users/download?file_name=Todd_--_Feedback.rtf&file_url=%2Fsystem%2Fcourses%2Favatars%2F000%2F000%2F049%2Foriginal%2FTodd_--_Feedback.rtf%3F1364932231" for 165.124.215.179 at 2013-04-02 19:50:57 +0000
2013-04-02T19:50:57+00:00 app[web.1]: Completed 500 Internal Server Error in 1ms
2013-04-02T19:50:57+00:00 app[web.1]:
2013-04-02T19:50:57+00:00 app[web.1]: app/controllers/users_controller.rb:117:in `download'
2013-04-02T19:50:57+00:00 app[web.1]: Errno::ENOENT (No such file or directory - /system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231):
2013-04-02T19:50:57+00:00 app[web.1]: Processing by UsersController#download as HTML
2013-04-02T19:50:57+00:00 app[web.1]:
2013-04-02T19:50:57+00:00 app[web.1]: Parameters: {"file_name"=>"Todd_--_Feedback.rtf", "file_url"=>"/system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231"}
2013-04-02T19:50:57+00:00 heroku[router]: at=info method=GET path=/users/download?file_name=Todd_--_Feedback.rtf&file_url=%2Fsystem%2Fcourses%2Favatars%2F000%2F000%2F049%2Foriginal%2FTodd_--_Feedback.rtf%3F1364932231 host=www.mylicensebuddy.com fwd="165.124.215.179" dyno=web.1 connect=17ms service=15ms status=500 bytes=643
2013-04-02T19:51:03+00:00 app[web.1]: Started GET "/users/download?file_name=Todd_--_Feedback.rtf&file_url=/system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231" for 165.124.116.238 at 2013-04-02 19:51:03 +0000
2013-04-02T19:51:03+00:00 app[web.1]: Processing by UsersController#download as HTML
2013-04-02T19:51:03+00:00 app[web.1]: Parameters: {"file_name"=>"Todd_--_Feedback.rtf", "file_url"=>"/system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231"}
2013-04-02T19:51:03+00:00 app[web.1]: Completed 500 Internal Server Error in 0ms
2013-04-02T19:51:03+00:00 app[web.1]:
2013-04-02T19:51:03+00:00 app[web.1]:
2013-04-02T19:51:03+00:00 app[web.1]: Errno::ENOENT (No such file or directory - /system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231):
2013-04-02T19:51:03+00:00 app[web.1]: app/controllers/users_controller.rb:117:in `download'
2013-04-02T19:51:03+00:00 app[web.1]:
2013-04-02T19:51:03+00:00 app[web.1]: Processing by StaticPagesController#home as */*
2013-04-02T19:51:03+00:00 app[web.1]: Started GET "/" for 165.124.116.238 at 2013-04-02 19:51:03 +0000
2013-04-02T19:51:03+00:00 app[web.1]: Rendered layouts/_nav.html.haml (1.0ms)
2013-04-02T19:51:03+00:00 app[web.1]: Rendered static_pages/home.html.haml within layouts/application (4.9ms)
2013-04-02T19:51:03+00:00 app[web.1]: Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
2013-04-02T19:51:03+00:00 heroku[router]: at=info method=GET path=/ host=www.mylicensebuddy.com fwd="165.124.116.238" dyno=web.1 connect=13ms service=17ms status=304 bytes=0
2013-04-02T19:51:03+00:00 heroku[router]: at=info method=GET path=/users/download?file_name=Todd_--_Feedback.rtf&file_url=/system/courses/avatars/000/000/049/original/Todd_--_Feedback.rtf?1364932231 host=www.mylicensebuddy.com fwd="165.124.116.238" dyno=web.1 connect=4ms service=16ms status=500 bytes=643
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment