API Authentication with an OAuth Provider Discussion
41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray replied
User Referral Program From Scratch Discussion
23
General
Just the thing I was needed for a current project, as usual, perfect timing Chris !
Ajay Mishael replied
Login with Facebook Discussion
30
General
Thanks for the video—it was great! I would love to see how you'd approach managing multiple OmniAuth strategies for a single user without Devise.…
How to Test OmniAuth with Rails Discussion
0
General
Devise User with separate Profile
3
Gems / Libraries
Hi,
i am using Devise and i want to a separate profile for each user with additional informations like address, phone, mobile, ...
After Signup, the user should be forced to fill out his profile.
...
Pat James replied
Rails for Beginners Part 30: Tweet Validations Discussion
8
General
Working these videos late, I failed to realize my timezone is different from the rails default. You can set your time zone in `config/application.rb`.
For example:
`config.time_zone = "Eastern Ti...
Peter replied
Comments With Polymorphic Associations Discussion
98
General
Awesome Video. I really liked and refreshed my concepts about Polymorphic Associations. Thanks :)
Karl McCollester replied
Devise: Separate pages for account update and password
7
Gems / Libraries
Nothing too fancy. `users/edit` comes from Devise. `password/edit` is a passwords controller I added.
Fabiana Ramos replied
Solved
User Profile with devise
2
Gems / Libraries
Hello I'm new to rails and I am trying to work with the has_one association. I'm using Devise for authentication. I was each user to have a profile (which will include their address and some other ...
Solved
How to add more than 10 callback urls with omniauth-twitter ?
0
Rails
Hi everyone,
We use twitter omniauth in our application and we have more than 10 callback urls, but twitter has a limit of 10 callback urls according to their policy.
I found this on stackoverflow...
Taoufik Mejri posted
Rails for Beginners Part 29: Tweets Index & New Actions Discussion
10
General
At around 6:30 where you add the /auth/twitter/ link, the method: needs to be added as a :post correct, for OAuth 2.0?
Rails for Beginners Part 26: Table Plus Discussion
5
General
Sequeler for Linux will do the trick as well for SQLite, MySQL and pgSQL
Lots of decent options out there.
Alex Wertheim replied
Devise and OmniAuth - correct approach?
0
Rails
Hello,
I decided to start building a social media scheduling tool as I figured it would be decent portfolio project for a junior dev. I'm a little confused as to how to integrate Users' social me...
Christian posted
How do I connect multiple devise apps for a single login to any of the apps?
11
Gems / Libraries
For a rails/devise project I'm trying to figure out how to have the same devise login (email/password) work for multiple apps on different domains. I can't figure out if this would that be conside...
Jerome . replied
Login with Multiple OAuth Providers using Omniauth Discussion
16
General
I never thought it is possible to authenticate with social media account before email validation.I've been doing automated merging of social media accounts with the user profile in my app, if email...
Archonic replied
insert id into join table
1
Rails
Hello,
I would like add current id (document) and many user_id into my join table.
I use rails 6, but i don't find a documentation for add user_id and document.id into my join table.
I have a mo...
Hamd replied
Rails for Beginners Part 40: OmniAuth CSRF Protection Discussion
0
General
thanks
steven_007 posted
Save Each Collection Check Box on A Form as Its Own Object
0
Rails
Hello,
I'm fairly new to Rails and I'm working on a pretty large, fairly complicated project for a friend as a way to challenge myself. (Hey, go big or go home right?).
A little background: The ...
Kevin Hemphill posted
Refactoring Controller Methods Discussion
26
General
I'm still downloading this episode right now, but I want to answer your question in your email 'Should we do more refactoring and talking about how to write clean code in the future?'. And my answe...
Tito Brahmanto replied
Jumpstart pro configuration question
2
General
Hi, I am relative newbie so apologies if this is a stupid question. I want to use jumpstart pro to build out an app. It has a lot of what I need out of the box. What I am trying to figure out is wi...
Col replied