Joined May 2011
·

Benjamin Manns

Developer
·
New York
·
·
·

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'

Achievements
159 Karma
0 Total ProTip Views