Created
March 13, 2012 22:01
-
-
Save jashkenas/2032046 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing by LiveResultsController#show as | |
Parameters: {"date"=>"2012-01-31"} | |
Rendered components/_fb_js_foot.html.erb (0.0ms) | |
Rendered components/_navigation.html.erb (61.8ms) | |
Rendered results/_web_results.html.erb (0.6ms) | |
Rendered live_results/show.html within /usr/local/rvm/gems/ree-1.8.7-2011.03@election_2012/gems/nytpage-0.3.3/lib/../layouts/interactive (64.0ms) | |
Completed 500 Internal Server Error in 78ms | |
** [Airbrake] Success: Net::HTTPOK | |
** [Airbrake] Environment Info: [Ruby: 1.8.7] [Rails: 3.0.10] [Env: production] | |
** [Airbrake] Response from Airbrake: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<notice> | |
<error-id type="integer">39005358</error-id> | |
<url>http://newsdev.airbrake.io/errors/39005358/notices/4727941669</url> | |
<id type="integer">4727941669</id> | |
</notice> | |
ActionView::Template::Error (undefined method `abbrev' for nil:NilClass): | |
1: <% if !@jsonp %> | |
2: <%= include_stylesheets :web_results %> | |
3: <div class="eg2012-results eg2012-<%= @state.abbrev.downcase %>"> | |
4: | |
5: <div class="eg2012-header"> | |
6: <a class="eg2012-inline-h1" href="<%= state_primary_url @state.slug %>"><%= @state.short_name %> <%= @race.race_type %> Results »</a> | |
app/views/results/_web_results.html.erb:3:in `_app_views_results__web_results_html_erb__1459583763_75486560_1889150' | |
app/views/live_results/show.html:73:in `_app_views_live_results_show_html___1328982688_75915220_0' | |
app/controllers/live_results_controller.rb:179:in `show' | |
app/controllers/live_results_controller.rb:167:in `show' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment