Skip to content

Instantly share code, notes, and snippets.

@johanb
Created May 16, 2011 11:11
Show Gist options
  • Save johanb/974249 to your computer and use it in GitHub Desktop.
Save johanb/974249 to your computer and use it in GitHub Desktop.
Started GET "/places?utf8=%E2%9C%93&city=Enschede&search=Wirelab&latitude=52.2203375&longitude=6.8959638" for 127.0.0.1 at 2011-05-16 13:10:36 +0200
Processing by PlacesController#index as JS
Parameters: {"utf8"=>"✓", "city"=>"Enschede", "search"=>"Wirelab", "latitude"=>"52.2203375", "longitude"=>"6.8959638"}
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 4 LIMIT 1
Completed in 887ms
Error during failsafe response: Anonymous modules have no name to be referenced by
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:630:in `to_constant_name'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:126:in `block in watch_namespaces'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:125:in `map'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:125:in `watch_namespaces'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:592:in `new_constants_in'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in `load_dependency'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.7/lib/rails.rb:70:in `backtrace_cleaner'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/show_exceptions.rb:150:in `clean_backtrace'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/show_exceptions.rb:137:in `application_trace'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/show_exceptions.rb:131:in `block in log_error'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/deprecation/reporting.rb:16:in `silence'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/show_exceptions.rb:128:in `log_error'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/show_exceptions.rb:64:in `render_exception'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/show_exceptions.rb:59:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.7/lib/rails/rack/logger.rb:13:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/runtime.rb:17:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:10:in `synchronize'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/lock.rb:11:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.7/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.7/lib/rails/application.rb:168:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.7/lib/rails/application.rb:77:in `method_missing'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.7/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/content_length.rb:13:in `call'
/Users/johanbruning/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/handler/webrick.rb:52:in `service'
/Users/johanbruning/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/johanbruning/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/johanbruning/.rvm/rubies/ruby-1.9.2-p180/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