Created
June 18, 2011 03:35
-
-
Save Sadin/1032775 to your computer and use it in GitHub Desktop.
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
2011-06-18T03:25:51+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/controls.js dyno=web.1 queue=0 wait=0ms service=2ms bytes=34787 | |
2011-06-18T03:25:51+00:00 heroku[nginx]: GET /javascripts/effects.js HTTP/1.0 | 62.24.181.134 | 38758 | http | 200 | |
2011-06-18T03:25:51+00:00 heroku[nginx]: GET /javascripts/dragdrop.js HTTP/1.0 | 62.24.181.134 | 31346 | http | 200 | |
2011-06-18T03:25:51+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/rails.js dyno=web.1 queue=0 wait=0ms service=7ms bytes=6278 | |
2011-06-18T03:25:51+00:00 heroku[nginx]: GET /javascripts/controls.js HTTP/1.0 | 62.24.181.134 | 35077 | http | 200 | |
2011-06-18T03:25:51+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/application.js dyno=web.1 queue=0 wait=0ms service=1ms bytes=148 | |
2011-06-18T03:25:52+00:00 heroku[nginx]: GET /javascripts/rails.js HTTP/1.0 | 62.24.181.134 | 6568 | http | 200 | |
2011-06-18T03:25:52+00:00 heroku[router]: GET falling-rain-273.heroku.com/robots.txt dyno=web.1 queue=0 wait=0ms service=4ms bytes=204 | |
2011-06-18T03:25:52+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/application.js dyno=web.1 queue=0 wait=0ms service=3ms bytes=148 | |
2011-06-18T03:25:52+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/controls.js dyno=web.1 queue=0 wait=0ms service=6ms bytes=34787 | |
2011-06-18T03:25:52+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/effects.js dyno=web.1 queue=0 wait=0ms service=2ms bytes=38467 | |
2011-06-18T03:25:52+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/prototype.js dyno=web.1 queue=0 wait=0ms service=34ms bytes=162353 | |
2011-06-18T03:25:52+00:00 heroku[nginx]: GET /robots.txt HTTP/1.0 | 62.24.181.135 | 481 | http | 200 | |
2011-06-18T03:25:53+00:00 heroku[nginx]: GET /javascripts/application.js HTTP/1.0 | 62.24.181.135 | 437 | http | 200 | |
2011-06-18T03:25:53+00:00 heroku[nginx]: GET /javascripts/controls.js HTTP/1.0 | 62.24.181.135 | 35078 | http | 200 | |
2011-06-18T03:25:53+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/rails.js dyno=web.1 queue=0 wait=0ms service=6ms bytes=6278 | |
2011-06-18T03:25:53+00:00 heroku[nginx]: GET /javascripts/effects.js HTTP/1.0 | 62.24.181.135 | 38758 | http | 200 | |
2011-06-18T03:25:53+00:00 heroku[nginx]: GET /javascripts/rails.js HTTP/1.0 | 62.24.181.135 | 6568 | http | 200 | |
2011-06-18T03:26:13+00:00 heroku[router]: GET falling-rain-273.heroku.com/robots.txt dyno=web.1 queue=0 wait=0ms service=2ms bytes=204 | |
2011-06-18T03:26:14+00:00 app[web.1]: | |
2011-06-18T03:26:14+00:00 app[web.1]: | |
2011-06-18T03:26:14+00:00 app[web.1]: Started GET "/posts" for 62.24.181.135 at 2011-06-17 20:26:14 -0700 | |
2011-06-18T03:26:14+00:00 app[web.1]: Processing by PostsController#index as | |
2011-06-18T03:26:14+00:00 app[web.1]: Rendered posts/index.html.erb within layouts/application (3.6ms) | |
2011-06-18T03:26:14+00:00 app[web.1]: Completed in 5ms | |
2011-06-18T03:26:14+00:00 app[web.1]: | |
2011-06-18T03:26:14+00:00 app[web.1]: ActionView::Template::Error (PGError: ERROR: relation "posts" does not exist | |
2011-06-18T03:26:14+00:00 app[web.1]: : SELECT "posts".* FROM "posts" ORDER BY created_at DESC): | |
2011-06-18T03:26:14+00:00 app[web.1]: 1: <h1>Blog</h1><%= link_to 'New Post', new_post_path %> | |
2011-06-18T03:26:14+00:00 app[web.1]: 2: | |
2011-06-18T03:26:14+00:00 app[web.1]: 3: <% @posts.each do |post| %> | |
2011-06-18T03:26:14+00:00 app[web.1]: 4: <br /> | |
2011-06-18T03:26:14+00:00 app[web.1]: 5: <h3><%= post.title %></h3> | |
2011-06-18T03:26:14+00:00 app[web.1]: 6: <%= post.name %> | |
2011-06-18T03:26:14+00:00 app[web.1]: app/views/posts/index.html.erb:3:in `_app_views_posts_index_html_erb___3296902498393084272_21781680_2913785716534040801' | |
2011-06-18T03:26:14+00:00 app[web.1]: app/controllers/posts_controller.rb:9:in `index' | |
2011-06-18T03:26:14+00:00 app[web.1]: | |
2011-06-18T03:26:14+00:00 app[web.1]: | |
2011-06-18T03:26:14+00:00 heroku[router]: GET falling-rain-273.heroku.com/posts dyno=web.1 queue=0 wait=0ms service=18ms bytes=728 | |
2011-06-18T03:26:14+00:00 heroku[nginx]: GET /robots.txt HTTP/1.0 | 62.24.181.135 | 480 | http | 200 | |
2011-06-18T03:30:31+00:00 app[web.1]: | |
2011-06-18T03:30:31+00:00 app[web.1]: | |
2011-06-18T03:30:31+00:00 app[web.1]: Started GET "/" for 91.121.73.102 at 2011-06-17 20:30:31 -0700 | |
2011-06-18T03:30:31+00:00 app[web.1]: Processing by HomeController#index as | |
2011-06-18T03:30:31+00:00 app[web.1]: Rendered home/index.html.erb within layouts/application (1.5ms) | |
2011-06-18T03:30:31+00:00 app[web.1]: Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 2.7ms) | |
2011-06-18T03:30:31+00:00 heroku[router]: GET falling-rain-273.heroku.com/ dyno=web.1 queue=0 wait=0ms service=10ms bytes=1050 | |
2011-06-18T03:30:32+00:00 heroku[nginx]: GET / HTTP/1.1 | 91.121.73.102 | 1676 | http | 200 | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/ dyno=web.1 queue=0 wait=0ms service=8ms bytes=1050 | |
2011-06-18T03:31:23+00:00 app[web.1]: Started GET "/" for 204.49.179.189 at 2011-06-17 20:31:23 -0700 | |
2011-06-18T03:31:23+00:00 app[web.1]: Processing by HomeController#index as HTML | |
2011-06-18T03:31:23+00:00 app[web.1]: Rendered home/index.html.erb within layouts/application (1.4ms) | |
2011-06-18T03:31:23+00:00 app[web.1]: Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/stylesheets/scaffold.css dyno=web.1 queue=0 wait=0ms service=3ms bytes=1295 | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 app[web.1]: Started GET "/stylesheets/all.css" for 204.49.179.189 at 2011-06-17 20:31:23 -0700 | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/stylesheets/all.css dyno=web.1 queue=0 wait=0ms service=7ms bytes=728 | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 app[web.1]: ActionController::RoutingError (No route matches "/stylesheets/all.css"): | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 app[web.1]: | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/dragdrop.js dyno=web.1 queue=0 wait=0ms service=2ms bytes=31056 | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/rails.js dyno=web.1 queue=0 wait=0ms service=1ms bytes=6278 | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/effects.js dyno=web.1 queue=0 wait=0ms service=11ms bytes=38467 | |
2011-06-18T03:31:23+00:00 heroku[router]: GET falling-rain-273.heroku.com/javascripts/application.js dyno=web.1 queue=0 wait=0ms service=1ms bytes=148 | |
2011-06-18T03:31:24+00:00 heroku[nginx]: GET /javascripts/application.js?1308367300 HTTP/1.1 | 204.49.179.189 | 442 | http | 200 | |
2011-06-18T03:31:25+00:00 heroku[router]: GET falling-rain-273.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms bytes=0 | |
2011-06-18T03:31:32+00:00 app[web.1]: | |
2011-06-18T03:31:32+00:00 app[web.1]: | |
2011-06-18T03:31:32+00:00 app[web.1]: Started GET "/posts" for 204.49.179.189 at 2011-06-17 20:31:32 -0700 | |
2011-06-18T03:31:32+00:00 app[web.1]: Processing by PostsController#index as HTML | |
2011-06-18T03:31:32+00:00 app[web.1]: Rendered posts/index.html.erb within layouts/application (3.3ms) | |
2011-06-18T03:31:32+00:00 app[web.1]: Completed in 4ms | |
2011-06-18T03:31:32+00:00 app[web.1]: | |
2011-06-18T03:31:32+00:00 app[web.1]: ActionView::Template::Error (PGError: ERROR: relation "posts" does not exist | |
2011-06-18T03:31:32+00:00 app[web.1]: : SELECT "posts".* FROM "posts" ORDER BY created_at DESC): | |
2011-06-18T03:31:32+00:00 app[web.1]: 1: <h1>Blog</h1><%= link_to 'New Post', new_post_path %> | |
2011-06-18T03:31:32+00:00 app[web.1]: 2: | |
2011-06-18T03:31:32+00:00 heroku[router]: GET falling-rain-273.heroku.com/posts dyno=web.1 queue=0 wait=0ms service=8ms bytes=728 | |
2011-06-18T03:31:32+00:00 app[web.1]: 3: <% @posts.each do |post| %> | |
2011-06-18T03:31:32+00:00 app[web.1]: 4: <br /> | |
2011-06-18T03:31:32+00:00 app[web.1]: 5: <h3><%= post.title %></h3> | |
2011-06-18T03:31:32+00:00 app[web.1]: 6: <%= post.name %> | |
2011-06-18T03:31:32+00:00 app[web.1]: app/views/posts/index.html.erb:3:in `_app_views_posts_index_html_erb___3296902498393084272_21781680_2913785716534040801' | |
2011-06-18T03:31:32+00:00 app[web.1]: app/controllers/posts_controller.rb:9:in `index' | |
2011-06-18T03:31:32+00:00 app[web.1]: | |
2011-06-18T03:31:32+00:00 app[web.1]: | |
2011-06-18T03:31:32+00:00 heroku[nginx]: GET /posts HTTP/1.1 | 204.49.179.189 | 964 | http | 500 | |
2011-06-18T03:31:33+00:00 app[web.1]: | |
2011-06-18T03:31:33+00:00 heroku[router]: GET falling-rain-273.heroku.com/ dyno=web.1 queue=0 wait=0ms service=6ms bytes=1050 | |
2011-06-18T03:31:33+00:00 app[web.1]: | |
2011-06-18T03:31:33+00:00 app[web.1]: Started GET "/" for 204.49.179.189 at 2011-06-17 20:31:33 -0700 | |
2011-06-18T03:31:33+00:00 app[web.1]: Processing by HomeController#index as HTML | |
2011-06-18T03:31:33+00:00 app[web.1]: Rendered home/index.html.erb within layouts/application (1.3ms) | |
2011-06-18T03:31:33+00:00 app[web.1]: Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 2.4ms) | |
2011-06-18T03:31:34+00:00 heroku[nginx]: GET / HTTP/1.1 | 204.49.179.189 | 1087 | http | 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment