Skip to content

Instantly share code, notes, and snippets.

@Cannibook
Created July 8, 2010 16:25
Show Gist options
  • Save Cannibook/468256 to your computer and use it in GitHub Desktop.
Save Cannibook/468256 to your computer and use it in GitHub Desktop.
Rendering dispensaries/show
ActionView::TemplateError (cannibook.com) on line #3 of app/views/dispensaries/show.html.erb:
1: <h2><%=h @dispensary.name %></h2>
2:
3: <%= GMap.header %>
4: <%= javascript_include_tag("markerGroup") %>
5: <%= @map.to_html%>
6: <%= @map.div(:width => 500, :height => 450)%>
app/views/dispensaries/show.html.erb:3
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:25:in `call'
/home/heroku_rack/lib/date_header.rb:14:in `call'
thin (1.2.6) lib/thin/connection.rb:76:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:74:in `catch'
thin (1.2.6) lib/thin/connection.rb:74:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:57:in `process'
thin (1.2.6) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
thin (1.2.6) lib/thin/backends/base.rb:57:in `start'
thin (1.2.6) lib/thin/server.rb:156:in `start'
thin (1.2.6) lib/thin/controllers/controller.rb:80:in `start'
thin (1.2.6) lib/thin/runner.rb:177:in `send'
thin (1.2.6) lib/thin/runner.rb:177:in `run_command'
thin (1.2.6) lib/thin/runner.rb:143:in `run!'
thin (1.2.6) bin/thin:6
/usr/ruby1.8.7/bin/thin:19:in `load'
/usr/ruby1.8.7/bin/thin:19
Rendering /disk1/home/slugs/230261_3272387_478b/mnt/public/500.html (500 Internal Server Error)
Processing DispensariesController#show (for 97.106.124.238 at 2010-07-08 09:20:43) [GET]
Parameters: {"id"=>"6"}
Rendering template within layouts/application
Rendering dispensaries/show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment