▶️ Watch Entire Ruby on Rails Playlist ✅ Subscribe To My TH-cam 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
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.
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.
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"
@@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!
▶️ Watch Entire Ruby on Rails Playlist ✅ Subscribe To My TH-cam 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
If delete btn is not working in table, use this button in the table :
Delete
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
PS: My rails v-7 and ruby v-3.1 in windows 10
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.
Glad it helped!
Your classes are very good
Thanks!
Could you please show how to use more css as well as the usage of gems. Thanks
will get to gems soon
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.
Yeah I do that for most of my videos
Thanks, it's a very cool tutorial.
Thanks!
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"
Oh I have this issue too!
Can I help you guys ?? share your code on github
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
Silly question... where do I find that?@@asolab
How to implement crud with modal popups in rails pls can you explain this sir?
I don't have any videos on that
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?!
If click destroy it goes to friends page.. Not getting delete.. I don't know why... The codes are also in perfect manner
@@Abdulkalam-he7wo No, the codes are not in perfect manner...you have a typo somewhere
@@Codemycom yeah im searching for it.. But still i can't able to find it🤧
GENIO
With Rails 6.0 bootstrap don't work the same, as shown in this video.
Hello, my destroy is not working, what can it be?
Likely just a typo in your code
nice
Thanks
i got stuck. my index.html.erb has no just a , cant go on from here
same here..can someone help out?
I ended up rewriting the code as:
First Name
Last Name
Email
Phone
Twitter
❤️❤️❤️🤘🤘
thanks!
my thead isnt dark, help?
what thread?
@@Codemycom problem solved, thx for responding👍
If you're using Bootstrap 5.0 , Jumbotron is gone. Try this:
```
Hello, world!
lorem ipsum.
Some dummy text
Learn More
```
Or use the old version of bootstrap
ДаДаДа я русский
yes you are
Hi. deleting on friends page with this code is not working for me. it just redirects to show:
What did you do differently from the video?
@@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!