Understanding Nested Forms in Rails 4.2

preview_player
Показать описание
Understanding Nested Forms in Rails 4.2. Hope it was helpful @lezoudali
Рекомендации по теме
Комментарии
Автор

This is the best video to understand the Nested Form basics in Rails, thank you !

OscarTzGz
Автор

This helped me lot.... I was not able to understand in rest of the videos. thank you for teaching from scratch.

JaisonDragneel
Автор

Bookmarking this for whenever I get into Rails.

LPnotes
Автор

Thank you very much. This lecture has helped me a lot. :-)

saradaprasadmidde
Автор

+Lezou Thank you. It was very nice. :) Owsum

AhmadMuhammadAhmad
Автор

Hello Lezou. First of all thank you for the nice video. It is really helpful.

Is it possible to have nested form in 'Show Page' ? I mean we add a author and after clicking this particular author ' show' link, then appears a form for adding book which belongs to this particular author. Is it possible?

Thank you in advance!

SarozPradhan
Автор

Nice video bro thank you !!  I have been looking for this for a quiet sometime, let me try it out If your way works !!

gadgetsandtrix
Автор

How do you get a nicely formatted rails console like yours with new lines, etc when you output the database results? Thanks for the video!

roddutra
Автор

Hi Lezou, great video. I have a question, How i can make a tree levels ? I try to create a model category and sub categories with n levels. EJ:
Parent ->
-- Child1 ->
---- SubChild1 ->
SubSubChild1 ->
---- SubChild2 ->
-- Child2 ->
---- SubChild1 ->
ETC.

I hope you or someone can understand my headache and... can give me a help.

THANKS !!

darkalden
Автор

Everything was going fine, until I added the fields_for. It appears in the edit action, but not in the new action. Anyone having the same issue? Or might know what's wrong? Solution: I found that I needed to add or new instead of build. Great video. I appreciate that you took some time to show how things worked together (rails magic).

podbarron