Joined October 2011
·
Posted to
Mongoid: Remove unnecessary properties from documents
over 1 year
ago
Might be more efficient if you:
Topic.collection.update({},
{ '$unset' => { type: 1 } },
multi: true)
Posted to
tmux windows and pane split's on current directory
over 1 year
ago
Awesome, thanks for sharing!
Achievements
148 Karma
0 Total ProTip Views
Forked 100
Have a seriously badass project that's been forked at least 100 times
Kona
Have at least one original repo where CoffeeScript is the dominant language
Forked 50
Have a project with a thriving community of users that's been forked at least 50 times
Altruist
Increase developer well-being by sharing at least 20 open source projects
Honey Badger
Have at least one original Node.js-specific repo
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Forked 20
Have an established project that's been forked at least 20 times
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Also PutsReq which allows you to forward requests to localhost, besides tracking requests and responses.