▶️ Watch Entire Ruby on Rails Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3hvlr7P bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3iLOq97
@meetmakwana34272 жыл бұрын
If delete btn is not working in table, use this button in the table : Delete
@meetmakwana34272 жыл бұрын
John didn't showed that he had already written code of table so here it is, you'll can copoy paste from this comment : Friends List Name E-Mail Phone Delete
@meetmakwana34272 жыл бұрын
PS: My rails v-7 and ruby v-3.1 in windows 10
@81mrcrce3 жыл бұрын
John, followed your lecture. I am amazed ! The number one thing i have been struggling with : to enter some data into a DB and handle it NICELY on a webpage...You really make it a pleasant walk and some flower picking in the park ! I am impressed by the generators and the scaffolding too. 'Bootstrappifying' is a wonderful word - it is now in my mind . Thanks a million.
@Codemycom3 жыл бұрын
Glad it helped!
@domiciojosedasilva94382 жыл бұрын
Your classes are very good
@Codemycom2 жыл бұрын
Thanks!
@mohamednaleef22194 жыл бұрын
Could you please show how to use more css as well as the usage of gems. Thanks
@Codemycom4 жыл бұрын
will get to gems soon
@nicolasbraz2 жыл бұрын
Thanks, it's a very cool tutorial.
@Codemycom2 жыл бұрын
Thanks!
@meetthereqs3 жыл бұрын
Hey ! thank you for creating these videos. some quick feedback would be to add markers for each section of your videos so we can scrub through to see the sections we need instead of having to eyeball it without the markers / timestamps.
@Codemycom3 жыл бұрын
Yeah I do that for most of my videos
@lorenzoplantilla34052 жыл бұрын
On the newer version of rails, when I migrate to create the schema, the generated webpages don't show the data in the "friend list" in table form, instead, they use a very redundant list type of layout. With that said, is there any way to tell rails that I want it to create a tabular layout when it creates the webpages for the migrated schema? i.e. the "friend list"
@DegenSienne2 жыл бұрын
Oh I have this issue too!
@asolab2 жыл бұрын
Can I help you guys ?? share your code on github
@asolab2 жыл бұрын
I also used rails 7 to build it, if you check the code you just need to move the entire conditional ruby code to index.html erb
@xprincessxbreyennax454410 ай бұрын
Silly question... where do I find that?@@asolab
@hariprasath17563 жыл бұрын
How to implement crud with modal popups in rails pls can you explain this sir?
@Codemycom3 жыл бұрын
I don't have any videos on that
@domiciojosedasilva94382 жыл бұрын
Hello, my destroy is not working, what can it be?
@Codemycom2 жыл бұрын
Likely just a typo in your code
@Abdulkalam-he7wo3 жыл бұрын
Thanks you for this video💕.. Im loving this tutorial... I've a error.. If i click the destroy button it goes to show page.. How to clear it out?!
@Abdulkalam-he7wo3 жыл бұрын
If click destroy it goes to friends page.. Not getting delete.. I don't know why... The codes are also in perfect manner
@Codemycom3 жыл бұрын
@@Abdulkalam-he7wo No, the codes are not in perfect manner...you have a typo somewhere
@Abdulkalam-he7wo3 жыл бұрын
@@Codemycom yeah im searching for it.. But still i can't able to find it🤧
@ujjwaltanwar28002 жыл бұрын
With Rails 6.0 bootstrap don't work the same, as shown in this video.
@viniciussouza62692 жыл бұрын
i got stuck. my index.html.erb has no just a , cant go on from here
@RowdyVerbeek-f7r Жыл бұрын
same here..can someone help out?
@xprincessxbreyennax454410 ай бұрын
I ended up rewriting the code as: First Name Last Name Email Phone Twitter
@skyleonidas92704 жыл бұрын
nice
@Codemycom4 жыл бұрын
Thanks
@jaimehormazabal730 Жыл бұрын
GENIO
@ernestphillips51563 жыл бұрын
If you're using Bootstrap 5.0 , Jumbotron is gone. Try this: ``` Hello, world! lorem ipsum. Some dummy text Learn More ```
@Codemycom3 жыл бұрын
Or use the old version of bootstrap
@MrRandomKobe20243 жыл бұрын
my thead isnt dark, help?
@Codemycom3 жыл бұрын
what thread?
@MrRandomKobe20243 жыл бұрын
@@Codemycom problem solved, thx for responding👍
@rajmaddheshiya30254 жыл бұрын
❤️❤️❤️🤘🤘
@Codemycom4 жыл бұрын
thanks!
@fxgame31714 жыл бұрын
ДаДаДа я русский
@Codemycom4 жыл бұрын
yes you are
@AhmedGamberli5 ай бұрын
Hi. deleting on friends page with this code is not working for me. it just redirects to show:
@Codemycom5 ай бұрын
What did you do differently from the video?
@AhmedGamberli5 ай бұрын
@@Codemycom Hi once more. I googled it and figured out that in my version of rails (which i guess is the newest) i need to write turbo_method and turbo_confirm instead of method and confirm. Anyway, thanks for the series!