Skip to content

Instantly share code, notes, and snippets.

@mmurray
Created November 9, 2010 21:11
Show Gist options
  • Save mmurray/669822 to your computer and use it in GitHub Desktop.
Save mmurray/669822 to your computer and use it in GitHub Desktop.
Started GET "/" for 207.46.169.63 at Tue Nov 09 12:27:03 -0800 2010
Processing by WelcomeController#index as HTML
Rendered trades/_trade.html.erb (315.0ms)
Rendered trades/_trade.html.erb (220.8ms)
Rendered trades/_trade.html.erb (6.9ms)
Rendered trades/_trade.html.erb (5.0ms)
Rendered trades/_trade.html.erb (78.7ms)
Rendered trades/_trade.html.erb (4.9ms)
Rendered trades/_trade.html.erb (5.6ms)
Rendered trades/_trade.html.erb (4.7ms)
Rendered trades/_trade.html.erb (41.8ms)
Rendered ads/_adcolumn.erb (3.3ms)
Rendered welcome/index.html.erb within layouts/application (711.4ms)
Completed in 725ms
ActionView::Template::Error (uninitialized constant ApplicationHelper::Random):
1: <div class="ads-column-skinny <%= class_name %>">
2: <div class="ads-title">sponsors</div>
3: <div class="ad-box">
4: <%= raw amazon_ad %>
5: </div>
6: <!--<div class="ad-box">
7: <img alt="advertisement" src="http://cdn.fantasytradecritic.com/images/180x150.gif" />
app/helpers/application_helper.rb:52:in `amazon_ad'
app/views/ads/_adcolumn.erb:4:in `_app_views_ads__adcolumn_erb___119499294_23771996089640_7329484'
app/views/welcome/index.html.erb:123:in `_app_views_welcome_index_html_erb__582460116_23772000241180_0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment