I am trying to remove Oauth twitter (we are keeping facebook). I’ve removed all references, but I’m still getting this error from the devise signup controller (I basically used the tutorial to remove or comment out all of the twitter specific code:
No route matches {:controller=>"users/omniauth_callbacks", :action=>"passthru", :provider=>:twitter}
I suspect that there was something installed with the oauth-twitter gem that I haven’t been able to easily remove.
Do you have the following route in routes.rb?