cd ~/some-project
ghNow your default browser opens with github.com/path/to/some-project.
| require 'mongoid' | |
| puts "RUBY_VERSION: #{RUBY_VERSION}" | |
| puts "Mongoid::VERSION: #{Mongoid::VERSION}" | |
| puts | |
| Mongoid.configure do |cfg| | |
| cfg.connect_to 'apples_and_oranges' | |
| end |
| From 76332f87355d9e2385836274f6d5d628435f8b06 Mon Sep 17 00:00:00 2001 | |
| From: aekym <[email protected]> | |
| Date: Tue, 20 Nov 2012 13:08:22 -0500 | |
| Subject: [PATCH] add odd test to show recursion issue | |
| --- | |
| spec/mongoid/relations/embedded/one_spec.rb | 21 +++++++++++++++++++++ | |
| 1 file changed, 21 insertions(+) | |
| diff --git a/spec/mongoid/relations/embedded/one_spec.rb b/spec/mongoid/relations/embedded/one_spec.rb |
| { | |
| ; Initialization | |
| [[0x0]] (caller) ; Admin! | |
| [[0x1]] 0x100 ; How often should the draw happen? | |
| [0x0] "Spinjar" ; Name of our contract | |
| (call 0x929b11b8eeea00966e873a241d4b67f7540d1f38 0 0 0 7 0 0) ; Register with name registration | |
| } | |
| { | |
| (when (= (caller) @@0x0) |
| #!/usr/bin/env coffee | |
| # | |
| http = require('http') | |
| cheerio = require('cheerio') | |
| spawn = require('child_process').spawn | |
| searchTerm = process.argv[2..-1].join(' ') |