What is the best way to handle omniauth
1
Gems / Libraries
Hi Chris, after couple of test run i figure out twitter is hard to work with other oauth2 providers, because twitter api doesn't allow to access other user email.. can you guide me about how to do ...
Chris Oliver replied
Migrate away from Mandrill?
14
Gems / Libraries
You have a screencast where you [describe how to incorporate Mandrill into your Rails application](https://gorails.com/episodes/sending-emails-with-mandrill?autoplay=1), and because of that I've us...
Melanie replied
How to use devise with Adminitrate?
7
Gems / Libraries
Great tuts, please how can i use this with devise? when i run rails generate administrate:install, it generate error... says admin is not a class, already have a devise called admin, also have a vi...
Oyewole Samuel replied
Using Microsoft ADFS with Ruby on Rails and Omniauth based on a example cast.
2
General
Building a app that uses ADFS is tricky - maybe making a screencast would be a good idea.
https://craig.io/using-microsoft-adfs-with-ruby-on-rails-and-omniauth/ there is a semi beta solution for ...
Dmitry Kolesnikov replied
Mobile App with Devise Facebook OmniAuth
2
Gems / Libraries
My Rails 4 app is using Devise and Facebook OmniAuth. The web app is working perfectly. Now I want to make a iOS app to consume my rails app's API.
Instead of telling iOS users to type in their a...
shakycode replied
Is Devise always a good choice?
11
Rails
I am building a contest/promotion app (see my other thread) and am now to the point at which I want to add users. I've used Devise in the past, and have also rolled my own auth system. I like the c...
shakycode replied
Solved
Git Submodules and how they live on Github
0
General
I've been working through the OAuth/Omni Auth Tutorial and was curious what would be a good way to set it up for github?
Would it make sense to have a seperate repo for each *app* (provider, clien...
BrandonKlotz posted
Facebook Profile Image & Data using Devise in Rails
1
Gems / Libraries
I'm just starting to learn Rails so please forgive the dumb question. In my web app, I was able to set up devise successfully and then link it Facebook using Omni-auth gem. However, two things occu...
Chris Oliver replied
Solved