Skip to content

Instantly share code, notes, and snippets.

@ZenCocoon
Created September 9, 2010 08:46
Show Gist options
  • Save ZenCocoon/571591 to your computer and use it in GitHub Desktop.
Save ZenCocoon/571591 to your computer and use it in GitHub Desktop.
DEPRECATION WARNING: Object#returning has been deprecated in favor of Object#tap. (called from root_path at (eval):4)
ActionView::TemplateError (wrong number of arguments (0 for 1)) on line #1 of app/views/public/index.html.erb:
1: <%= root_path %>
vendor/gems/routing-filter-0.1.6/lib/routing_filter/filters/locale.rb:55:in `around_generate'
vendor/gems/routing-filter-0.1.6/lib/routing_filter/filter.rb:11:in `run'
vendor/gems/routing-filter-0.1.6/lib/routing_filter/chain.rb:9:in `run'
(eval):4:in `block in root_path'
(eval):4:in `root_path'
app/views/public/index.html.erb:1
<internal:prelude>:10:in `synchronize'
/Users/seb/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/seb/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/seb/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment