
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

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

error when i click on follow button ... Relationship is not working
0
Rails
All i am trying to create follow and follwers relationship and i am experiencing some issues. Chris i think you should create a course on this as well. i am getting issue undefined method `id' for ...
khemlall mangal posted

Unable to configure cancancan with active_admin in rails
0
Rails
I am trying to make a blog website. I am using `active_admin` and `cancancan` gem. Two controllers I have made are `Post`, `Category`.
**posts_controller.rb**
```
class PostsController < Inher...
pushpam kumar posted

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

devise_invitable: How to create a guest only after user confirmation by email
3
Gems / Libraries
I'm trying to create members of a team by using devise_invitable. But by looking the video related to devise_invitable, I'm not sure if I can create team members ONLY AFTER user confirmation by ema...
Jacob Montgomery replied

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

I'm lost and can't find the way out
18
Rails
So I'm in the middle of this project and I thought I could figure it out on my own, but it appears I am in over my head here. So any advice/help you can give me would be great.
Basically I'm tryi...
Andrea Fomera replied
Solved

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

Why Wistia?
5
Javascript
Hi guys!
I'm looking to build an app which will rely heavily on users uploading videos and then playing them within the app.
I know Chris uses Wistia but it's pretty pricey, expecially .25c per v...
Daniel Weaver replied

URI::InvalidComponentError (bad component(expected scheme component): : https):
0
Servers
First of all, this problem is a persistent, and I'm trying to solve it for a week with 0 progress.I'm working on a Ruby on Rails website and using Devise and Omniouth-<social media> for authe...

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

Sub-site Authentication? (FAQ / KB / Helpdesk etc.)
12
Rails
Does anyone have a suggestion to integrate your main Devise based Rails app with a secondary related site?
In my example I have a standard Rails app behind authentication with Devise. I want to a...
Dan Tappin replied

API Tokens with Devise Token Authenticatable Discussion
18
General
Yes!! I have been waiting for this one. I need to watch it still, but thanks!
Roberto Brevé 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

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

Consuming an API Using HTTParty and Creating a Gem Discussion
31
General
Nice one Chris, I like this episode.
Chris Oliver replied

How to add Notifications to Rails with Noticed Discussion
35
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alan Kirk replied