Skip to content

Instantly share code, notes, and snippets.

@i0n
Created August 10, 2012 10:19
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 i0n/3313205 to your computer and use it in GitHub Desktop.
Save i0n/3313205 to your computer and use it in GitHub Desktop.
Started POST "/tags" for 127.0.0.1 at 2012-08-10 10:53:28 +0100
Processing by TagsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7vAFwr9dYvsaEfzrq02W+lyfu+p74Hs40xzh+vHqhLw=", "tag"=>{"whole_tag"=>"batman"}, "commit"=>"Create Tag"}
MONGODB (0ms) migratorator_development['system.namespaces'].find({})
MONGODB (1ms) migratorator_development['users'].find({:uid=>"K5dMhyR8ilZ8o9-qSJg7gA"}).limit(-1).sort([[:_id, :asc]])
MONGODB (0ms) migratorator_development['system.namespaces'].find({})
MONGODB (0ms) migratorator_development['$cmd'].find({"count"=>"tags", "query"=>{:name=>"batman", :group=>nil}, "fields"=>nil}).limit(-1)
MONGODB (0ms) migratorator_development['tags'].insert([{"mapping_ids"=>[], "_id"=>BSON::ObjectId('5024da18ca3b2c0fdc000008'), "group"=>nil, "name"=>"batman"}])
Redirected to http://migratorator.dev.gov.uk/tags
Completed 302 Found in 150ms
Started GET "/tags" for 127.0.0.1 at 2012-08-10 10:53:28 +0100
Processing by TagsController#index as HTML
MONGODB (0ms) migratorator_development['system.namespaces'].find({})
MONGODB (0ms) migratorator_development['users'].find({:uid=>"K5dMhyR8ilZ8o9-qSJg7gA"}).limit(-1).sort([[:_id, :asc]])
MONGODB (0ms) migratorator_development['system.namespaces'].find({})
MONGODB (363ms) migratorator_development['tags'].find({}).sort([[:group, :asc], [:name, :asc]])
Rendered tags/_tag.html.erb (108.6ms)
Rendered tags/index.html.erb within layouts/application (477.2ms)
Completed 200 OK in 594ms (Views: 497.4ms)
Started GET "/tags/batman/edit" for 127.0.0.1 at 2012-08-10 10:53:46 +0100
Processing by TagsController#edit as HTML
Parameters: {"id"=>"batman"}
MONGODB (1ms) migratorator_development['system.namespaces'].find({})
MONGODB (0ms) migratorator_development['users'].find({:uid=>"K5dMhyR8ilZ8o9-qSJg7gA"}).limit(-1).sort([[:_id, :asc]])
MONGODB (1ms) migratorator_development['system.namespaces'].find({})
MONGODB (0ms) migratorator_development['tags'].find({:group=>nil, :name=>"batman"}).limit(-1).sort([[:group, :asc], [:name, :asc]])
Rendered tags/_form.html.erb (2.6ms)
Rendered tags/edit.html.erb within layouts/application (3.9ms)
Completed 200 OK in 155ms (Views: 23.5ms)
Started PUT "/tags/batman" for 127.0.0.1 at 2012-08-10 10:53:52 +0100
Processing by TagsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7vAFwr9dYvsaEfzrq02W+lyfu+p74Hs40xzh+vHqhLw=", "tag"=>{"whole_tag"=>"batman:gotham"}, "commit"=>"Rename Tag", "id"=>"batman"}
MONGODB (0ms) migratorator_development['system.namespaces'].find({})
MONGODB (0ms) migratorator_development['users'].find({:uid=>"K5dMhyR8ilZ8o9-qSJg7gA"}).limit(-1).sort([[:_id, :asc]])
MONGODB (0ms) migratorator_development['system.namespaces'].find({})
MONGODB (0ms) migratorator_development['tags'].find({:group=>nil, :name=>"batman"}).limit(-1).sort([[:group, :asc], [:name, :asc]])
MONGODB (0ms) migratorator_development['$cmd'].find({"count"=>"tags", "query"=>{:name=>"gotham", :_id=>{"$ne"=>BSON::ObjectId('5024da18ca3b2c0fdc000008')}, :group=>"batman"}, "fields"=>nil}).limit(-1)
MONGODB (0ms) migratorator_development['tags'].update({"_id"=>BSON::ObjectId('5024da18ca3b2c0fdc000008')}, {"$set"=>{"group"=>"batman", "name"=>"gotham"}})
Redirected to http://migratorator.dev.gov.uk/tags
Completed 302 Found in 142ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment