Advertisement
Guest User

Untitled

a guest
Nov 11th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Started GET "/" for ::1 at 2015-11-11 20:01:37 +0100
  2. ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
  3. Processing by Rails::WelcomeController#index as HTML
  4. Rendered C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/railties-4.2.4/lib/rails/templates/rails/welcome/index.html.erb (7.0ms)
  5. Completed 200 OK in 128ms (Views: 102.2ms | ActiveRecord: 0.0ms)
  6.  
  7.  
  8. Started GET "/rails/info/properties" for ::1 at 2015-11-11 20:01:42 +0100
  9. Processing by Rails::InfoController#properties as HTML
  10. ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
  11. Rendered C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/railties-4.2.4/lib/rails/templates/rails/info/properties.html.erb (0.0ms)
  12. Completed 200 OK in 1185ms (Views: 1166.7ms | ActiveRecord: 1.0ms)
  13.  
  14.  
  15. Started GET "/tickets" for ::1 at 2015-11-11 20:02:02 +0100
  16. Processing by TicketsController#index as HTML
  17. Ticket Load (0.0ms) SELECT "tickets".* FROM "tickets"
  18. Rendered tickets/index.html.erb within layouts/application (6.0ms)
  19. Completed 500 Internal Server Error in 5742ms (ActiveRecord: 0.0ms)
  20.  
  21. ActionView::Template::Error (TypeError: Obiekt nie obsługuje tej właściwości lub metody.):
  22. 3: <head>
  23. 4: <title>TicketsApp</title>
  24. 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
  25. 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  26. 7: <%= csrf_meta_tags %>
  27. 8: </head>
  28. 9: <body>
  29. app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1678645819_68826480'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement