Jonathan Julian

Results 4 comments of Jonathan Julian

cijoe (0.9.1) git version 1.6.0.6 ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2011.03 From [email protected]:my/project 42ee78d..da1329a master -> origin/master 1303313835: Building master at 42ee78d: pid=22349 Exception...

FWIW, setting `OmniAuth.config.test_mode = false` fixed it for me too. ``` test 'Visitor can sign up with a username and password' do OmniAuth.config.test_mode = false # ...test here... OmniAuth.config.test_mode =...

This tripped me up for a few minutes too, good fix in 66dc72b.

Note that this is totally optional behavior, only used if the user inserts the middleware into their Rails stack.