Guest User

Untitled

a guest
Dec 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 3.80 KB | None | 0 0
  1. Started PUT "/widgets/437.json" for 74.92.190.113 at 2012-10-05 14:56:37 +0000
  2. Processing by WidgetsController#update as JSON
  3.   Parameters: {"widget"=>{"website_id"=>"198", "custom"=>"1", "json_opts"=>{"opt"=>{"title"=>"Around the web:", "titlePos"=>"top", "showTitle"=>
  4. "true", "showDescription"=>"false", "showImage"=>"true", "showReadMore"=>"false", "imageFormat"=>"rect", "readMoreText"=>"Read more »", "p
  5. ageCount"=>"1", "template"=>"3", "width"=>"320", "rows"=>"2", "cols"=>"2"}, "css"=>{"widgetPage"=>{"border"=>"none", "border-collapse"=>"separat
  6. e", "border-spacing"=>"8px", "width"=>"320px"}, "widgetTitle"=>{"padding"=>"8px", "font-size"=>"18px", "color"=>"#000;", "text-decoration"=>"und
  7. erline"}, "articleCell"=>{"position"=>"relative", "padding"=>"0", "overflow"=>"hidden"}, "articleTextBox"=>{"$css"=>"position:absolute; backgrou
  8. nd:rgba(0, 0, 0, 0.8);", "bottom"=>"0", "max-width"=>"100%", "color"=>"#fff", "max-height"=>"30%", "overflow"=>"hidden", "padding"=>"4px", "font
  9. -size"=>"10px", "text-align"=>"left", "border-top"=>"2px solid #e83412"}, "articleImage"=>{"width"=>"100%"}, "widget"=>{"width"=>"320px", "borde
  10. r-radius"=>"10px", "border-style"=>"solid;border-width:3px", "border-color"=>"#225b05"}}, "genCss"=>"#ssWidget437 table {table-layout:fixed;bord
  11. er:none;margin:0;padding:0;border-collapse:collapse;border-spacing:0px;}#ssWidget437 tbody {border:none;padding:0;margin:0;}#ssWidget437 td {tex
  12. t-align:center; overflow:hidden; margin:0; padding:2px; position:relative; border:none; vertical-align:top; }#ssWidget437 table a {text-decorati
  13. on:none; display:block; color:#222;font-size:12px;overflow:hidden;}#ssWidget437 table a:hover {text-decoration:none; color:#222;}#ssWidget437 ta
  14. ble em{ display:block; }#ssWidget437 table tr td { background:none; padding:0; margin:0; border:none; }#ssWidget437 table tr { background:none;
  15. padding:0; margin:0; border:none; }#ssWidget437 table tr:hover { }#ssWidget437 table td:hover { }#ssWidget437 table tr:hover td {}#ssWidget437 p
  16. { margin:0; padding:0; }#ssWidget437 .ssScroll {overflow:hidden; }#ssWidget437 .ssWidgetTitle strong {display:block; height:27px; line-height:2
  17. 7px; font-weight:inherit;}#ssWidget437 .ssWidgetTitle span{float:right; display:block;overflow:hidden; }#ssWidget437 .ssWidgetTitle span a{displ
  18. ay:block; float:left; width:27px;height:27px;margin-right:2px;background:url(img/arrows_std.png) 0 -56px; }#ssWidget437 .ssWidgetTitle span .ssP
  19. rev { background-position:0 0px; }#ssWidget437 .ssWidgetTitle span a:hover { background-position:bottom left; }#ssWidget437 .ssWidgetTitle span
  20. .ssPrev:hover { background-position:0 -28px; }#ssWidget437 { font-family:Arial, sans-serif; overflow:hidden; margin:0 auto; font-size:14px; colo
  21. r:#222; }#ssWidget437 strong { margin:0; padding:0; }#ssWidget437 table {border:none;border-collapse:separate;border-spacing:8px;width:320px;}#s
  22. sWidget437 .ssWidgetTitle {padding:8px;font-size:18px;color:#000;;text-decoration:underline;}#ssWidget437 table tr td {position:relative;padding
  23. :0;overflow:hidden;}#ssWidget437 table tr td div {position:absolute; background:rgba(0, 0, 0, 0.8);bottom:0;max-width:100%;color:#fff;max-height
  24. :30%;overflow:hidden;padding:4px;font-size:10px;text-align:left;border-top:2px solid #e83412;}#ssWidget437 table td img {width:100%;}#ssWidget43
  25. 7 {width:320px;border-radius:10px;border-style:solid;border-width:3px;border-color:#225b05;}"}}, "id"=>"437"}
  26. Completed 200 OK in 17ms (ActiveRecord: 10.6ms)
  27.  
  28.  
  29. Started GET "/main/my_account.json" for 74.92.190.113 at 2012-10-05 14:56:41 +0000
  30. Processing by MainController#my_account as JSON
  31. Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 1.4ms)
  32.  
  33.  
  34. Started GET "/websites.json" for 74.92.190.113 at 2012-10-05 14:56:41 +0000
  35. Processing by WebsitesController#index as JSON
  36. Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 2.6ms)
Add Comment
Please, Sign In to add comment