brew install mongodb
Set up launchctl to auto start mongod
$ ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
/usr/local/opt/mongodb/ is a symlink to /usr/local/Cellar/mongodb/x.y.z (e.g., 2.4.9)
| <?php | |
| /** | |
| * Merge two dimensional arrays my way | |
| * | |
| * Will merge keys even if they are of type int | |
| * | |
| * @param array $array1 Initial array to merge. | |
| * @param array ... Variable list of arrays to recursively merge. | |
| * |
I hereby claim:
To claim this, I am signing this object:
| ### | |
| Silence STDOUT & STDERR streams during tests | |
| Useful for Yeoman to provide a cleaner output | |
| @uses github.com/balderdashy/fixture-stdout | |
| Yeoman Usage: | |
| If your generator logs anything on the 'end' event | |
| you can add an additional event as the very last | |
| thing and trigger Output.unmute() on that event instead. | |
| ``` |