Jayzen said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
How many episodes will this series have and how the final application will look like?

David Kimura PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
I have three more planned for the moment. 1. Adding nested comments 2. Activity Feed 3. ActionCable tie-ins The activity feeds and ActionCable ones will probably come out in December. If there is interest, I've been thinking about also doing an episode of taking a Bootstrap "Theme" and showing how to incorporate it within the application.

Jayzen said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
sounds cool! looking forward it.

Simon Kiteley PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
``` redirect_back ``` One of he problems with being a lone coder is sometimes you miss something really useful... OMG what a muppet I've been lol.

Tiago Ameller PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
My vote for an episode about how to add a bootstrap v4 theme

David Kimura PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
Any themes in mind? One of my thoughts were https://coreui.io/

Tiago Ameller PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
coreui.io looks great. I'm working currently with https://github.com/almasaeed2010/AdminLTE/tree/v3-dev but v3 (Bootstrap 4) is in Alpha for a long time. Any of these B4 themes out there would be a good choose to see how to: * integrate with yarn / webpack in a rails 5 app * customize theme * add some custom page based vanilla js or jQuery * use Stimulus.js Not a ready-to-sale app, just a sample of usage of all of these (and perhaps more) topics

stevef said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
You mentioned in the subsequent episode (#157) you will discuss how you restructed/moved a lot of the friend logic from the User model. Maybe I'm overlooking something, but episode #157 went directly into comment discussion. Is there something I'm missing?

David Kimura PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
Yes, I plan on covering the refactoring soon. I wanted to get a bit more logic built in first. This upcoming episode, i'm doing something a little bit different. I go to meetups in my area and one thing that I've found is that people open have a fairly large disconnect from their production environment. So, I thought that a high level architectural overview could be beneficial to many.

salathe-devadmin PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
What about test coverage?

David Kimura PRO said over 4 years ago on Friend Requests Views, Controllers, and Model Methods :
I hadn't planned on covering testing on these since there are already some videos on the topic. https://www.driftingruby.com/episodes?query%5Bname%5D=&tag=test However, I'll gladly add this episode in if the community would like to see them.

marketing PRO said almost 3 years ago on Friend Requests Views, Controllers, and Model Methods :
Is there a continuation on the site somewhere where you cover blocking friends/users? The enum has a blocked value, but there's no further mention of it.

AhmedNadar PRO said over 1 year ago on Friend Requests Views, Controllers, and Model Methods :
Wonderfull videos as usual David. 
I'm tempting use Drifiting Social Media with Hotwire but I ran too many issues and it is a bit confusing.
Would you plan for another take using Rails 7 and hotwire?

David Kimura PRO said over 1 year ago on Friend Requests Views, Controllers, and Model Methods :
  I think that this is warranted. Quite a bit has changed in how we approach this kind of thing.

sdean013199 said about 1 year ago on Friend Requests Views, Controllers, and Model Methods :
Hey, I know this is quite old but how can I display only the pending friend requests of the current user?

Login to Comment