Skip to content

Instantly share code, notes, and snippets.

@sbellware
Created June 30, 2011 19:47
Show Gist options
  • Select an option

  • Save sbellware/1057044 to your computer and use it in GitHub Desktop.

Select an option

Save sbellware/1057044 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'mongo'
db = Mongo::Connection.new.db("hack")
db['hack'].insert(:created_at => BSON::Timestamp.new(nil,nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment