Search Results for "how-can-i-add-username-in-devise"
Lessons
Forum Threads
API Authentication with an OAuth Provider Discussion
41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray replied
Group Chat with ActionCable: Part 1 Discussion
35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied
How do I create a virtual balance model in Rails?
10
Rails
This is for a game application I'm creating.
I have a user model, a stock model and a UserStock join table for the previous two models. User was created with devise. I intend to attach a certain ba...
inopinatus replied
Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied
Two Factor Authentication With Devise Discussion
22
General
Was looking at this the other week... perfect timing Chris. Legend.
vipulvkp replied
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
API Authentication with JSON Web Tokens (JWT) and Knock Discussion
28
General
Nice tip. @Chris, you forgot push the changes on repository!
Tom Zmyslo replied
Multi Model Sign-up Wizard
7
Rails
Related to my previous thread (https://gorails.com/forum/structure-guidance-multi-tenancy-authentication-authorization) I plan to have authorization with Devise and some sort of role based system (...
Dan Tappin replied
Solved
How to use Devise with Hotwire & Turbo.js Discussion
81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks.
<%= st...
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
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
Handling multiple Account types
4
Rails
Hello Guys,
I'm doing some research on how to handle multiple account types. In our app, we will have two types of accounts. **Parents** and **Schools**. These accounts will never change types, fo...
@Mentions, Autocomplete, Notifications, and Links | GoRails - GoRails
15
General
This is cool. Although, when you said 'notifications' I was expecting in-app notifications not an email notification. I was wondering how you were going to cover so much material in 1 episode, but ...
Chris Oliver replied
Doorkeeper Omniauth OAuth Client Discussion
27
General
Thanks for the heads up! What a pain in the butt.
Group Chat with ActionCable: Part 5 Discussion
23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied
Group Chat with ActionCable: Part 4 Discussion
69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...
Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta 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
Deploy Ubuntu 12.04 Precise Pangolin Discussion
104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied