Skip to content

Instantly share code, notes, and snippets.

@jorgeacaballero
Created August 31, 2015 19:54
Show Gist options
  • Save jorgeacaballero/c0327fffe7fb966f80e6 to your computer and use it in GitHub Desktop.
Save jorgeacaballero/c0327fffe7fb966f80e6 to your computer and use it in GitHub Desktop.
Error Log
2015-08-31T15:54:04.450394 #1285] INFO -- : Started GET "/" for x.x.x.x at 2015-08-31 15:54:04 -0400
I, [2015-08-31T15:54:04.457939 #1285] INFO -- : Processing by Devise::SessionsController#new as HTML
D, [2015-08-31T15:54:04.461533 #1285] DEBUG -- : Plan Load (0.5ms) SELECT "plans".* FROM "plans" ORDER BY "plans"."id" DESC LIMIT 1
I, [2015-08-31T15:54:04.479932 #1285] INFO -- : Rendered devise/sessions/new.html.erb within layouts/application (16.2ms)
I, [2015-08-31T15:54:04.503950 #1285] INFO -- : Completed 500 Internal Server Error in 46ms
F, [2015-08-31T15:54:04.507037 #1285] FATAL -- :
ActionView::Template::Error (source sequence is illegal/malformed utf-8):
5: <title><%= content_for?(:title) ? yield(:title) : "Title" %></title>
6: <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Title" %>">
7: <%= stylesheet_link_tag 'application', media: 'all' %>
8: <%= javascript_include_tag 'application' %>
9: <%= csrf_meta_tags %>
10: <%= yield(:head) %>
11: </head>
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__728972542578290526_70000975908800'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment