Skip to content

Instantly share code, notes, and snippets.

@skrat
Created October 27, 2008 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skrat/20225 to your computer and use it in GitHub Desktop.
Save skrat/20225 to your computer and use it in GitHub Desktop.
merb : worker (port 4000) ~ Started request handling: Mon Oct 27 23:31:57 +0100 2008
merb : worker (port 4000) ~ Routed to: {"action"=>"index", "controller"=>"posts"}
merb : worker (port 4000) ~ Params: {"action"=>"index", "controller"=>"posts"}
~ SELECT COUNT(*) FROM "users"
merb : worker (port 4000) ~ Redirecting to: /signup (302)
~ SELECT "id", "title", "per_page" FROM "streams" ORDER BY "id" LIMIT 1
merb : worker (port 4000) ~ undefined method `title' for nil:NilClass - (NoMethodError)
/home/skrat/workspace/slog/app/views/posts/index.html.haml:1:in `__home__skrat__workspace__slog__app__views__posts__index_html_haml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment