RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: joaolcorreia
Site: http://joaocorreia.pt
Thanks Israel :)
You might have trouble authenticating with Google, under sessions/new.html.erb on line 30 replace:
a href="/auth/google_apps" class="auth_provider"
with
a href="/auth/google_oauth2" class="auth_provider"
Thanks Israel :)
You might have trouble authenticating with Google, under sessions/new.html.erb on line 30 replace:
a href="/auth/google_apps" class="auth_provider"
with
a href="/auth/google_oauth2" class="auth_provider"