Skip to content

Instantly share code, notes, and snippets.

@mrichman
Created October 26, 2009 21:07
Show Gist options
  • Select an option

  • Save mrichman/219039 to your computer and use it in GitHub Desktop.

Select an option

Save mrichman/219039 to your computer and use it in GitHub Desktop.
Processing PagesController#home (for 127.0.0.1 at 2009-10-26 17:06:09) [GET]
Parameters: {"action"=>"home", "controller"=>"pages"}
Rendering template within layouts/application
Rendering pages/home
ActionView::TemplateError (uninitialized constant ActionView::SafeBuffer) on line #1 of app/views/pages/home.html.erb:
1: <% title 'hire_exchange', :false %>
2:
3: <% content_for :top_menu do %>
4: <div id="top_menu" class="span-24">
rake (0.8.7) lib/rake.rb:2503:in `const_missing'
app/views/pages/home.html.erb:1
Processing ApplicationController#home (for 127.0.0.1 at 2009-10-26 17:06:09) [GET]
Parameters: {"action"=>"home", "controller"=>"pages"}
ActionView::TemplateError (undefined method `html_safe!' for "NameError":String) in /Library/Ruby/Gems/1.8/gems/actionpack-2.3.4/lib/action_controller/templates/rescues/template_error.erb:
/!\ FAILSAFE /!\ Mon Oct 26 17:06:09 -0400 2009
Status: 500 Internal Server Error
ActionView::TemplateError (undefined method `html_safe!' for "NoMethodError":String) in /Library/Ruby/Gems/1.8/gems/actionpack-2.3.4/lib/action_controller/templates/rescues/template_error.erb:
In /library/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/templates/rescues/template_error.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment