Search Results for "user-badges-features"

Lessons





















Forum Threads

User Onboarding Progress Bar Discussion

8
General
Great episode! One thing that would improve these for me would be to include testing. Thanks
Taylor Cooney replied

Pull data from another table in a lookup

53
Rails
Hi all, I am looking up a list of articles, depending on the brand ID's - `@articles = Article.where(brand_id: brand_ids)` what i would like to know is there a way to retrieve the brand name in thi...
Jacob Montgomery replied
Solved

Search Filters with ElasticSearch Aggregations Discussion

21
General
This has been very helpful for a project I'm working on. Thank you. On mine, I wanted to add checkboxes to be able to select multiple keys. For anyone else looking to do the same, the solution I ca...
Lucas Moraes replied

Remember Me in Devise fails to Login User

2
Gems / Libraries
If I don't use `remember_me` option, it works perfectly fine. The app flows as expected. However, if I check `remember_me`, it will login in as expected, redirect me to a protected page, which wi...
Szedmák István replied

With Hotwire and a long-running background job, how can I show a message indicating that data is loading?

1
Rails
So I have a long-running API call running in a background job. As records are created/updated/removed in that job I have them broadcasted to the user. I would like to have a notification/badge adde...
Solved

Rotating Rails Production Logs with LogRotate Discussion

20
General
Would it be good to backup the compressed log files off production server? Can we use backup gem for just that?
Max Lutterbeck replied

Improving In-App Notifications Discussion

24
General
+1 for the ActionCable episode!
Taylor Cooney replied

User research around Rails AI code editor

0
Gems / Libraries
Hi everyone, fellow Rails dev here. I'm doing some research to better understand how Rails developers choose and buy IDEs and how AI features play a part in that. I'm doing 45 minute interviews in ...
Matthew Kaliara posted

User model guidance

1
Rails
Hi All, I'm creating a coaching app and have two users that use the system a coach and a client. A coach can also be a client of another coach. So I will need to be able to switch accounts to eith...
Chris Oliver replied
Solved

User logoff/clear session

1
General
Hello, folks, rails developer with week experience here :) I tried to make user sign up/log on/log off functionality from scratch, but after clicking on logoff link the session remains active becau...
Chris Oliver replied

User 'folders' for uploaded files?

0
Rails
Is there any best practice / tutorial for organizing user uploaded files? In my app I have an 'uploadable' polymorphic structure where the user can upload files to pretty much any model etc. Curr...
Dan Tappin posted

User Avatars with ActiveStorage Discussion

13
General
Hi Chris, great episode. I posted a question about ActiveStorage but I have not received any response yet. Basically what i want to do is upload images for a has_many_attached directly from a contr...
TilakP3811 replied

User-customizable roles? (best practices, ideas, examples)

1
Rails
I'm looking to implement a user-customizable roles feature in an application and I was wondering if anyone had any ideas, experiences, or good examples from other apps. I'm looking for ideas for bo...
Sean M 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

User Interaction With Ember Discussion

4
General
I think you meant 7:47 "pure client side code" ?
苑畅 replied

User Authentication with Devise | GoRails - GoRails

9
General
what is debug view you have ? when you hit the error? u have some cool gem?
Ryan Bent replied

User Authentication with Devise | GoRails

27
General
This was a good video. Thank you. I am currently implementing Devise with a Rails JSON API but this gave me a good foundation.
Someone replied

User Authentication with Devise Discussion

2
General
If like me you need to add some fields in User model. You can simply create your own registration controller and define sign_up_params and account_update_params to overload the devise controller.I ...

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