Skip to content

Instantly share code, notes, and snippets.

@stephenson
Created July 30, 2011 11:35
Show Gist options
  • Save stephenson/1115438 to your computer and use it in GitHub Desktop.
Save stephenson/1115438 to your computer and use it in GitHub Desktop.
2011-07-30 13:30:13.086 [INFO ] Rendered dashboard/dashboard.html.erb within layouts/application (80.7ms) (pid:6420)
2011-07-30 13:30:13.086 [INFO ] Completed 500 Internal Server Error in 89ms (pid:6420)
ActionView::Template::Error (undefined method `is_mobile_device?' for #<#<Class:0x00000106beabc0>:0x00000106a03e88>):
17: <%= javascript_include_tag "modules/message" %>
18: <%= javascript_include_tag "application" %>
19:
20: <%= stylesheet_link_tag "/vendor/facebox/facebox.css" %>
21: <%= stylesheet_link_tag "jquery.tokeninput.facebook" %>
22: <%= stylesheet_link_tag "application" %>
23:
app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___669372883667474187_2203060560_3551176332764358167'
2011-07-30 13:30:13.099 [INFO ] Rendered /Users/niklas/.rvm/gems/ruby-1.9.2-p290@mainframe/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) (pid:6420)
2011-07-30 13:30:13.104 [INFO ] Rendered /Users/niklas/.rvm/gems/ruby-1.9.2-p290@mainframe/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.4ms) (pid:6420)
2011-07-30 13:30:13.104 [INFO ] Rendered /Users/niklas/.rvm/gems/ruby-1.9.2-p290@mainframe/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) (pid:6420)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment