INSANELY Fast C.R.U.D. Database Stuff - Ruby On Rails Friend List App #4

preview_player
Показать описание
In this video we'll build out our Friend List App Database C.R.U.D. using a Rails Generator Scaffold command!

Building out at CRUD site with Rails is insanely fast. We just issue these two commands:

1. rails g scaffold friends first_name:string last_name:string email:string phone:string twitter:string

2. rails db:migrate

That's it! Rails will create all the database stuff, create pages that allow us to show, edit, and delete friends from our database, create routes to those pages, and more.
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Ruby on Rails Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

Man you are so clear and concise in your instruction. I have tried learning to code so many times before and this is the first time I'm actually engaged in learning. This part was really fun!

joshmaldonado
Автор

Gracias por contagiar tus animos y el amor que le tiene a ruby on rails

josbexerr
Автор

Hi This was very helpful. Thanks alot and looking forward to more advanced app development using ROR.

mohamednaleef
Автор

semething changed in the newer versions of rails. it create the scaffold now with divs, not with tables

Alimenteocerebro
Автор

Great series. Would be fantastic if you could make some more Rails tutorials? They're very hard to find in this JavaScript world.

adante
Автор

I am not getting the friends list in coloumns instead i am getting in rows seaprately what am i supposed to do

trad
Автор

Hi, for some reason, add, edit and view, but I can't destroy/delete, any tips?

alvarolandaluce
Автор

Hey John, Taking a break from Django and looking back at this Ruby on Rails stuff! Getting a kick out of it! - Your Vegas buddy, Brian

briangreenberg
Автор

thank you very much for the content that you make, it is very useful to me, greetings from peru.

joyerjarahuamani
Автор

How can I search for a particular record using the search tab?

anujnarang
Автор

But how can it works in musql database ? Can u explain how can i type sql querys and run in o rails with mysql databse

StefanKo
Автор

ohhh men it's amazing . salute to "scaffold"

soumyaranjansia
Автор

What if you want to add another column for the database, do you just re-migrate it?

TheDragonKnightz
Автор

Can somone please help me with this ive been trying for hours. I created the scaffold and it works but it isn't a table and i dont know how to turn it into one. thanks

jjpecoraro
Автор

Sir,
I want to ask that can we convert .py file to .apk file or not?

aviralkaushik
Автор

Hi John, great teaching! Do you know why rails g scaffold is not working? it says in terminal wrong constant name, I followed and tried everything and it doesnt work lol

TalithaCumi
Автор

Wow! crud in rails is really fast but the installation is haha

chocoblan
Автор

The table is geting created in vertical

vrushabkudchi
Автор

Would be better if he mentioned how all of these HTTPS methods functioned. But not even that.

randerins