Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ruby on Rails para Iniciantes - Aula 27
Search
Jackson Pires
May 06, 2015
Programming
0
85
Ruby on Rails para Iniciantes - Aula 27
Adicionando novos campos após o Scaffold
Jackson Pires
May 06, 2015
Tweet
Share
More Decks by Jackson Pires
See All by Jackson Pires
Como usar uma box Vagrant com a Cloud9 IDE para desenvolver com Elixir ou Phoenix?
jackson_pires
0
79
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
56
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
80
GDG Meetup - Carreiras em T.I.
jackson_pires
0
82
20 minutos insanos de TDD e Ruby
jackson_pires
0
110
Ruby on Rails para Iniciantes - Aula 46
jackson_pires
0
160
Ruby on Rails para Iniciantes - Aula 47
jackson_pires
0
80
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
370
Other Decks in Programming
See All in Programming
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
470
More Approvers for Greater OSS and Japan Community
tkikuc
1
110
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
230
Kiroで始めるAI-DLC
kaonash
2
530
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
210
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
300
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
100
AIエージェント開発、DevOps and LLMOps
ymd65536
1
380
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
190
AIコーディングAgentとの向き合い方
eycjur
0
250
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
810
tool ディレクティブを導入してみた感想
sgash708
1
160
Featured
See All Featured
KATA
mclloyd
32
14k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
The Invisible Side of Design
smashingmag
301
51k
How GitHub (no longer) Works
holman
315
140k
What's in a price? How to price your products and services
michaelherold
246
12k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Become a Pro
speakerdeck
PRO
29
5.5k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
BBQ
matthewcrist
89
9.8k
Transcript
Ruby on Rails Para iniciantes - 2a Temporada :)
Aula 27 Adicionando novos campos após o scaffold
Associações na View Father id:int autoinc name:string Child id:int autoinc
name:string sex:string M/F father_id:int
Associações na View Father id:int autoinc name:string cpf:string email:string Child
id:int autoinc name:string sex:string M/F father_id:int Occupation id:int autoinc description:string
Associações na View Father id:int autoinc name:string cpf:string email:string occupation_id:int
Child id:int autoinc name:string sex:string M/F father_id:int Occupation id:int autoinc description:string
Ruby on Rails Obrigado!