Advertisement
fotios

Untitled

Sep 21st, 2011
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. Started GET "/app/express" for 127.0.0.1 at Wed Sep 21 16:45:46 -0400 2011
  2. [Barista] Compiling all scripts for barista
  3. [Barista] Compiling all coffeescripts
  4. [Barista] Copying all javascripts
  5. Processing by ProductController#express as HTML
  6. Checking for logout request
  7. Not a logout request, checking for cookie
  8. rh_sso cookie = ''
  9. ----------------------
  10. setup_login_workflow
  11. ----------------------
  12. Called by: /home/fotios/li/site/app/controllers/product_controllerexpress
  13. Workflow is:
  14. Referrer is: https://openshift.redhat.com/app/express
  15. Workflow is now: https://openshift.redhat.com/app/express
  16. ----------------------
  17. Rendered layouts/_flashes.html.haml (1.0ms)
  18. Rendered layouts/_stylesheets.html.haml (1.0ms)
  19. Rendered layouts/_head.html.haml (4.2ms)
  20. Rendered layouts/_main_navigation.html.haml (2.6ms)
  21. Rendered layouts/_header.html.haml (8.5ms)
  22. Rendered layouts/_footer.html.haml (5.9ms)
  23. Rendered layouts/_javascripts.html.haml (1.0ms)
  24. Rendered shared/_omniture_code.html.haml (2.2ms)
  25. Rendered layouts/_flashes.html.haml (0.9ms)
  26. Rendered login/_signin_form.html.haml (6.8ms)
  27. Rendered layouts/_close_button.html.haml (1.1ms)
  28. Rendered layouts/_signin_dialog.html.haml (10.3ms)
  29. Rendered user/_signup_form.html.haml (76.1ms)
  30. Rendered layouts/_close_button.html.haml (1.3ms)
  31. Rendered layouts/_signup_dialog.html.haml (80.7ms)
  32. Rendered layouts/application.html.haml (121.9ms)
  33. Rendered product/express.html.haml within layouts/product (194.3ms)
  34. Completed 200 OK in 197ms (Views: 196.3ms)
  35.  
  36.  
  37. Started GET "/app/flex" for 127.0.0.1 at Wed Sep 21 16:45:51 -0400 2011
  38. [Barista] Compiling all scripts for barista
  39. [Barista] Compiling all coffeescripts
  40. [Barista] Copying all javascripts
  41. Processing by ProductController#flex as HTML
  42. Checking for logout request
  43. Not a logout request, checking for cookie
  44. rh_sso cookie = ''
  45. ----------------------
  46. setup_login_workflow
  47. ----------------------
  48. Called by: /home/fotios/li/site/app/controllers/product_controllerflex
  49. Workflow is:
  50. Referrer is: https://openshift.redhat.com/app/flex
  51. Workflow is now: https://openshift.redhat.com/app/flex
  52. ----------------------
  53. Rendered layouts/_flashes.html.haml (1.0ms)
  54. Rendered layouts/_stylesheets.html.haml (0.9ms)
  55. Rendered layouts/_head.html.haml (45.6ms)
  56. Rendered layouts/_main_navigation.html.haml (2.9ms)
  57. Rendered layouts/_header.html.haml (9.5ms)
  58. Rendered layouts/_footer.html.haml (7.5ms)
  59. Rendered layouts/_javascripts.html.haml (1.3ms)
  60. Rendered shared/_omniture_code.html.haml (2.6ms)
  61. Rendered layouts/_flashes.html.haml (1.1ms)
  62. Rendered login/_signin_form.html.haml (8.0ms)
  63. Rendered layouts/_close_button.html.haml (1.2ms)
  64. Rendered layouts/_signin_dialog.html.haml (11.8ms)
  65. Rendered user/_signup_form.html.haml (21.6ms)
  66. Rendered layouts/_close_button.html.haml (1.3ms)
  67. Rendered layouts/_signup_dialog.html.haml (25.5ms)
  68. Rendered layouts/application.html.haml (159.6ms)
  69. Rendered product/flex.html.haml within layouts/product (181.7ms)
  70. Completed 200 OK in 185ms (Views: 183.9ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement