Skip to content

Instantly share code, notes, and snippets.

@pennyfx
Created May 24, 2011 02:53
Show Gist options
  • Save pennyfx/988072 to your computer and use it in GitHub Desktop.
Save pennyfx/988072 to your computer and use it in GitHub Desktop.
dev.log
Started POST "/questions" for 127.0.0.1 at 2011-05-23 19:53:06 -0700
Processing by QuestionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rDxBRpG0cVTO2WsjqpPci1J34FLBHmHJgfutqG0+mDc=", "question"=>{"position"=>{"lat"=>"37.36883", "long"=>"-122.036349"}, "title"=>"New Test Questions, does this work yet?", "tags"=>"test", "body"=>"Testing the question adding again.. I wonder why its broken!", "language"=>"", "wiki"=>"0", "pollable"=>"false", "anonymous"=>"false"}, "tag_input"=>"", "commit"=>"Create"}
(F) MONGODB slashbiasdev['groups'].find({:state=>"active", :domain=>"localhost.lan"})
(F) MONGODB slashbiasdev['users'].find({:_id=>"4dc38f9a9aecd73671000005"})
(F) MONGODB slashbiasdev['tags'].find({"group_id"=>"4dc3853b9aecd7296100000c", :name=>{"$in"=>["test"]}}, {:_type=>1, :name=>1})
(F) MONGODB slashbiasdev['$cmd'].find({"count"=>"users", "query"=>{:login=>"aschaar", :_id=>{"$ne"=>"4dc38f9a9aecd73671000005"}}, "fields"=>nil})
(F) MONGODB slashbiasdev['$cmd'].find({"count"=>"questions", "query"=>{:slug=>"new-test-questions-does-this-work-yet", "group_id"=>"4dc3853b9aecd7296100000c"}, "fields"=>nil})
(F) MONGODB slashbiasdev['questions'].find({:user_id=>"4dc38f9a9aecd73671000005", :group_id=>"4dc3853b9aecd7296100000c"}).sort([[:created_at, :desc]])
Rendered questions/_followup_form.html.haml (2.0ms)
Rendered questions/_editor.html.haml (31.4ms)
Rendered questions/_form.html.haml (72.1ms)
DEPRECATION WARNING: - style block helpers are deprecated. Please use =. (called from _app_views_questions_new_html_haml___126551491_107661090__183887925 at /home/arron/programming/slashbias2/app/views/questions/new.html.haml:17)
Rendered shared/layout/_css.html.haml (11.7ms)
Rendered shared/layout/_feeds.html.haml (1.1ms)
Rendered shared/layout/_meta.html.haml (4.0ms)
Rendered shared/layout/_javascript.html.haml (5.8ms)
Rendered shared/_analytics.haml (9.9ms)
DEPRECATION WARNING: Object#returning has been deprecated in favor of Object#tap. (called from gravatar_url at /home/arron/programming/slashbias2/vendor/plugins/gravatar/lib/gravatar.rb:71)
Rendered users/_top_user.html.haml (12.8ms)
Rendered welcome/_feedback.haml (13.1ms)
Rendered shared/layout/_websocket.html.haml (2.7ms)
Rendered slashbias/layout/_footer.html.haml (29.9ms)
Rendered questions/new.html.haml within layouts/application (180.2ms)
Completed 200 OK in 1034ms (Views: 189.5ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment