Advertisement
Guest User

Serverlogs

a guest
Jan 14th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. Started POST "/portfolios" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  2. Processing by PortfoliosController#create as HTML
  3. Parameters: {"utf8"=>"✓", "authenticity_token"=>"GZKGNb3ubJImG5BgEr0h2HnpCeqzFZbRdfmL7b+8QMc=", "portfolio"=>{"title"=>"Example", "date(1i)"=>"2014", "date(2i)"=>"1", "date(3i)"=>"14", "date(4i)"=>"11", "date(5i)"=>"26", "content"=>"This is an example upload.", "feature_image"=>#<ActionDispatch::Http::UploadedFile:0x007fd8f1c97760 @tempfile=#<Tempfile:/var/folders/nl/qhpgrwdd3tl0bkymdh2cjgnm0000gn/T/RackMultipart20140114-87696-47mvtr>, @original_filename="1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"portfolio[feature_image]\"; filename=\"1.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Create Portfolio"}
  4. User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
  5. Unpermitted parameters: feature_image
  6. (0.3ms) BEGIN
  7. SQL (5.8ms) INSERT INTO "portfolios" ("content", "created_at", "date", "title", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["content", "This is an example upload."], ["created_at", Tue, 14 Jan 2014 11:26:58 UTC +00:00], ["date", Tue, 14 Jan 2014 11:26:00 UTC +00:00], ["title", "Example"], ["updated_at", Tue, 14 Jan 2014 11:26:58 UTC +00:00]]
  8. (1.3ms) COMMIT
  9. Redirected to http://localhost:3000/portfolios/32
  10. Completed 302 Found in 20ms (ActiveRecord: 8.4ms)
  11.  
  12.  
  13. Started GET "/portfolios/32" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  14. Processing by PortfoliosController#show as HTML
  15. Parameters: {"id"=>"32"}
  16. Portfolio Load (0.7ms) SELECT "portfolios".* FROM "portfolios" WHERE "portfolios"."id" = $1 LIMIT 1 [["id", "32"]]
  17. Rendered portfolios/show.html.haml within layouts/application (0.8ms)
  18. Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 0.7ms)
  19.  
  20.  
  21. Started GET "/assets/admin.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  22.  
  23.  
  24. Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  25.  
  26.  
  27. Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  28.  
  29.  
  30. Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  31.  
  32.  
  33. Started GET "/assets/blog.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  34.  
  35.  
  36. Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  37.  
  38.  
  39. Started GET "/assets/journals.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  40.  
  41.  
  42. Started GET "/assets/portfolios.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  43.  
  44.  
  45. Started GET "/assets/contact.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  46.  
  47.  
  48. Started GET "/assets/sessions.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  49.  
  50.  
  51. Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  52.  
  53.  
  54. Started GET "/assets/style.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  55.  
  56.  
  57. Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  58.  
  59.  
  60. Started GET "/assets/work.css?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  61.  
  62.  
  63. Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  64.  
  65.  
  66. Started GET "/assets/admin.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  67.  
  68.  
  69. Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  70.  
  71.  
  72. Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  73.  
  74.  
  75. Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  76.  
  77.  
  78. Started GET "/assets/blog.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  79.  
  80.  
  81. Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  82.  
  83.  
  84. Started GET "/assets/journals.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  85.  
  86.  
  87. Started GET "/assets/contact.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  88.  
  89.  
  90. Started GET "/assets/portfolios.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  91.  
  92.  
  93. Started GET "/assets/portfolio.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  94.  
  95.  
  96. Started GET "/assets/sessions.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  97.  
  98.  
  99. Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:58 +0800
  100.  
  101.  
  102. Started GET "/assets/work.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:59 +0800
  103.  
  104.  
  105. Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-01-14 19:26:59 +0800
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement