Skip to content

Instantly share code, notes, and snippets.

@mhfs
Created September 5, 2009 01:33
Show Gist options
  • Save mhfs/181251 to your computer and use it in GitHub Desktop.
Save mhfs/181251 to your computer and use it in GitHub Desktop.
==> production.log <==
# Logfile created on Tue Sep 08 10:50:08 -0700 2009
Processing HomepageController#index (for 201.82.129.151 at 2009-09-08 10:51:17) [GET]
Parameters: {"action"=>"index", "controller"=>"homepage"}
Rendering template within layouts/application
Rendering homepage/index
ActionView::TemplateError (can't convert nil into String) on line #11 of app/views/layouts/application.html.haml:
8: = stylesheet_link_tag 'application'
9: = javascript_include_tag :defaults
10: = yield(:head)
11:
12: %body
13: #header
14: #user_bar= render :partial => 'users/bar'
app/views/layouts/application.html.haml:11:in `+'
app/views/layouts/application.html.haml:11:in `_run_haml_app47views47layouts47application46html46haml'
haml (2.2.3) lib/haml/helpers/action_view_mods.rb:13:in `render'
haml (2.2.3) lib/haml/helpers/action_view_mods.rb:13:in `render'
haml (2.2.3) rails/./lib/sass/plugin/rails.rb:19:in `process'
/home/heroku_rack/lib/minilint.rb:23:in `call'
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:18:in `call'
thin (1.0.1) lib/thin/connection.rb:80:in `pre_process'
thin (1.0.1) lib/thin/connection.rb:78:in `catch'
thin (1.0.1) lib/thin/connection.rb:78:in `pre_process'
thin (1.0.1) lib/thin/connection.rb:57:in `process'
thin (1.0.1) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.6) lib/eventmachine.rb:240:in `run_machine'
eventmachine (0.12.6) lib/eventmachine.rb:240:in `run'
thin (1.0.1) lib/thin/backends/base.rb:57:in `start'
thin (1.0.1) lib/thin/server.rb:150:in `start'
thin (1.0.1) lib/thin/controllers/controller.rb:80:in `start'
thin (1.0.1) lib/thin/runner.rb:173:in `send'
thin (1.0.1) lib/thin/runner.rb:173:in `run_command'
thin (1.0.1) lib/thin/runner.rb:139:in `run!'
thin (1.0.1) bin/thin:6
/usr/local/bin/thin:20:in `load'
/usr/local/bin/thin:20
Rendering /disk1/home/slugs/52716_f7e5651_1636/mnt/public/500.html (500 Internal Server Error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment