Skip to content

Instantly share code, notes, and snippets.

@mlangenberg
Created August 27, 2008 14:09
Show Gist options
  • Save mlangenberg/7485 to your computer and use it in GitHub Desktop.
Save mlangenberg/7485 to your computer and use it in GitHub Desktop.
~ Started request handling: Wed Aug 27 16:07:57 +0200 2008
~ Params: {"action"=>"new", "namespace"=>"admin", "controller"=>"sites"}
~ undefined method `new' for nil:NilClass - (NoMethodError)
/Library/Ruby/Gems/1.8/gems/merb_helpers-0.9.5/lib/merb_helpers/form/helpers.rb:10:in `_singleton_form_context'
/Library/Ruby/Gems/1.8/gems/merb_helpers-0.9.5/lib/merb_helpers/form/helpers.rb:18:in `current_form_context'
/Library/Ruby/Gems/1.8/gems/merb_helpers-0.9.5/lib/merb_helpers/form/helpers.rb:397:in `error_messages_for'
/Users/mlangenberg/dev/idscms/app/views/admin/sites/new.html.erb:3:in `__Users__mlangenberg__dev__idscms__app__views__admin__sites__new_html_erb'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/controller/mixins/render.rb:120:in `send'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/controller/mixins/render.rb:120:in `render'
/Users/mlangenberg/dev/idscms/app/controllers/admin/sites.rb:23:in `new'
/Library/Ruby/Gems/1.8/gems/merb-action-args-0.9.5/lib/merb-action-args/abstract_controller.rb:35:in `__send__'
/Library/Ruby/Gems/1.8/gems/merb-action-args-0.9.5/lib/merb-action-args/abstract_controller.rb:35:in `_call_action'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/controller/abstract_controller.rb:252:in `_dispatch'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/controller/merb_controller.rb:198:in `_dispatch'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/dispatch/dispatcher.rb:115:in `dispatch_action'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/dispatch/dispatcher.rb:115:in `synchronize'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/dispatch/dispatcher.rb:115:in `dispatch_action'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/dispatch/dispatcher.rb:61:in `handle'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/dispatch/dispatcher.rb:29:in `handle'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/rack/application.rb:7:in `call'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/rack/middleware/static.rb:22:in `call'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/rack/handler/mongrel.rb:72:in `process'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/rack/adapter/mongrel.rb:22:in `start'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core/server.rb:53:in `start'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/lib/merb-core.rb:91:in `start'
/Library/Ruby/Gems/1.8/gems/merb-core-0.9.5/bin/merb:12
/usr/bin/merb:19:in `load'
/usr/bin/merb:19
<h1>Nieuwe site aanmelden</h1>
<%= error_messages_for(@site) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment