Joined May 2011
·
Achievements
159 Karma
0 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Forked 20
Have an established project that's been forked at least 20 times
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Beaver
Have at least one original repo where go is the dominant language
Lab 3
Have at least three original repos where C# is the dominant language
Lab
Have at least one original repo where C# is the dominant language
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2012
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Ashcat
Make Ruby on Rails better for everyone by getting a commit accepted
Epidexipteryx
Have at least one original repo where C++ is the dominant language
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
Thanks for the tip! I used this to find out where I screwed up my devise routes when upgrading from Rails 2 to Rails 3.
git bisect start; git bisect good GOOD_REF; git bisect bad BAD_REF; git bisect run bundle exec rails runner 'Rails.application.routes.url_helpers.new_user_session_path'