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
72
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
60
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
78
GDG Meetup - Carreiras em T.I.
jackson_pires
0
70
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
78
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
360
Other Decks in Programming
See All in Programming
rails newと同時に型を書く
aki19035vc
4
580
PHPとAPI Platformで作る本格的なWeb APIアプリケーション(入門編) / phpcon 2024 Intro to API Platform
ttskch
0
360
Kaigi on Railsに初参加したら、その日にLT登壇が決定した件について
tama50505
0
130
命名をリントする
chiroruxx
1
550
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
1.2k
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
5.8k
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
240
Go の GC の不得意な部分を克服したい
taiyow
3
970
선언형 UI에서의 상태관리
l2hyunwoo
0
250
テストコード書いてみませんか?
onopon
2
280
AWSのLambdaで PHPを動かす選択肢
rinchoku
2
360
GitHubで育つ コラボレーション文化 : ニフティでのインナーソース挑戦事例 - 2024-12-16 GitHub Universe 2024 Recap in ZOZO
niftycorp
PRO
0
1k
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
Rails Girls Zürich Keynote
gr2m
94
13k
Writing Fast Ruby
sferik
628
61k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2k
Agile that works and the tools we love
rasmusluckow
328
21k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Practical Orchestrator
shlominoach
186
10k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
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!